fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. Console.BackgroundColor=ConsoleColor.Blue;
  8. Console.SetCursorPosition(30,10);
  9. Console.WriteLine("");
  10. Console.ReadKey();
  11. // your code goes here
  12. }
  13. }
Success #stdin #stdout 0.03s 21696KB
stdin
Standard input is empty
stdout