Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. using System;
  2.  
  3. namespace kek
  4. {
  5. class nub
  6. {
  7. static void Main(string[] args)
  8. {
  9. int ChencyIdioti = 0;
  10. int infLoop = 0;
  11.  
  12. do
  13. {
  14. // Do something
  15. Console.WriteLine("Hej Ch4nzy, du er nu blevet dummere.");
  16. ChencyIdioti++;
  17. } while (ChencyIdioti < 3);
  18.  
  19. Console.WriteLine("Du er nu blevet dummere 3 gange i træk!");
  20.  
  21. Console.WriteLine("Tast et bogstav og tryk Enter for at crashe programmet - HVIS DU TØR!");
  22. string crash = (Console.ReadLine());
  23. Console.WriteLine("Haha, der troede du lige, DIN PIK!");
  24. Console.WriteLine("Btw, The Game :)");
  25.  
  26. System.Threading.Thread.Sleep(3000);
  27.  
  28. do
  29. {
  30. Console.WriteLine("NU ER DU IDIOT!!!");
  31. }
  32. while (infLoop < 1);
  33. }
  34. }
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement