fork download
  1. using static System.Console;
  2.  
  3. public class Program {
  4. public static void Main() => WriteLine(teste(null));
  5. public static string teste(string x = "xxx") => x;
  6. }
  7.  
  8. //https://pt.stackoverflow.com/q/176383/101
Success #stdin #stdout 0.02s 15764KB
stdin
Standard input is empty
stdout