fork(4) download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. private static bool Flag = false;
  6.  
  7. static void Main(string[] args)
  8. {
  9. var foo = 34;
  10. var bar = 42;
  11.  
  12. Console.WriteLine($"Today is: {DateTime.Today:dddd, MMMM dd - yyyy}");
  13. }
  14. }
Success #stdin #stdout 0.09s 24136KB
stdin
Standard input is empty
stdout
Today is: Monday, July 25 - 2016