fork download
  1. public class Program { public static void Main() => System.Console.WriteLine("{0}, {2}, {3}", 1, null, "teste", 23.5); }
  2.  
  3. //https://pt.stackoverflow.com/q/260892/101
Success #stdin #stdout 0.02s 16412KB
stdin
Standard input is empty
stdout
1, teste, 23.5