fork download
  1. using static System.Console;
  2. using System;
  3.  
  4. public class Example {
  5. public static void Main() => WriteLine(DateTime.Today);
  6. }
  7.  
  8. //https://pt.stackoverflow.com/q/99556/101
Success #stdin #stdout 0.04s 17852KB
stdin
Standard input is empty
stdout
10/30/2019 12:00:00 AM