fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. Console.Write("FakYou 1\n");
  8. Console.Write("Hello 2\n");
  9. Console.Write("Hello 3\n");
  10. Console.Write("Hello 4\n");
  11. Console.ReadLine(); }
  12. }
Success #stdin #stdout 0.04s 25992KB
stdin
Standard input is empty
stdout
FakYou 1
Hello 2
Hello 3
Hello 4