If (topic.title.contains("twitch", "bfm"))
SteakDeChibre
2021-03-05 13:47:02
Les non codeurs actuellement en sueur
RequinGauche
2021-03-05 13:50:38
If(topic.interessant){
Do410(topic);
};
rootify44
2021-03-05 13:57:29
Le 05 mars 2021 à 13:50:38 RequinGauche a écrit :
If(topic.interessant){
Do410(topic);
};
if (topic.onlineUsers > 20) {
topics.remove(topic, 410)
}
Giratoire
2021-03-05 14:00:56
[13:39:46] <rootify44>
while(true) {
topics.push(new Topic("Notez moi /10"))
topics.push(new Topic("Le cul de cette milf"))
topics.push(new Topic("[ALERTE] Post ou cancer"))
console.log("La boucle")
}
Jerry
Incas-L1
2021-03-05 14:02:39
Le 05 mars 2021 à 13:45:56 Fox_McCloud45 a écrit :
<code>using System;
using com.jeuxvideo.topic;
namespace jvc
{
class Main
{
public void Main(string[] args)
{
TopicBuilder tb = new TopicBuilder();
while(1)
{
Topic t = tb.setRandomName().build();
t.publish();
}
}
}
}</code>
Ce langage du démon avec les points virgule et parenthèses, ça doit être du C
Fox_McCloud45
2021-03-05 14:03:13
[14:02:39] <Incas-l1>
Le 05 mars 2021 à 13:45:56 Fox_McCloud45 a écrit :
<code>using System;
using com.jeuxvideo.topic;
namespace jvc
{
class Main
{
public void Main(string[] args)
{
TopicBuilder tb = new TopicBuilder();
while(1)
{
Topic t = tb.setRandomName().build();
t.publish();
}
}
}
}</code>
Ce langage du démon avec les points virgule et parenthèses, ça doit être du C
C#.https://image.noelshack.com/fichiers/2017/22/1496349456-thjghj.png
Édition : En plus y'a une erreur, la méthode Main devrait être statique.