fork download
  1. using static System.Console;
  2.  
  3. public class Program {
  4. public static void Main(string[] args) => WriteLine($"{ReadLine()}");
  5. }
  6.  
  7. //https://pt.stackoverflow.com/q/171612/101
Success #stdin #stdout 0.02s 15744KB
stdin
Standard input is empty
stdout