fork download
  1. using System;
  2. using static System.Console;
  3.  
  4. public class Program {
  5. public static void Main() {
  6. WriteLine(DateTimeOffset.UtcNow.ToUnixTimeMilliseconds());
  7. }
  8. }
  9.  
  10. //https://pt.stackoverflow.com/q/319339/101
Success #stdin #stdout 0.02s 16108KB
stdin
Standard input is empty
stdout
1595935887377