fork download
  1. using System;
  2. using static System.Console;
  3.  
  4. public class Program {
  5. public static void Main() => WriteLine($"Date: {DateTime.UtcNow.ToString("yyyy-MM-ddTHH:mm:ssZ")}");
  6. }
  7.  
  8. //https://pt.stackoverflow.com/q/235696/101
Success #stdin #stdout 0.02s 16440KB
stdin
Standard input is empty
stdout
Date: 2020-06-12T16:52:05Z