fork download
  1. using System.Console;
  2.  
  3. def name = "World";
  4.  
  5. WriteLine($"hello, $name");
Success #stdin #stdout 0.07s 13336KB
stdin
Standard input is empty
stdout
hello, World