fork download
  1. using System;
  2.  
  3. namespace T1 {
  4. public class Program {
  5. public static void Main(string[] args) {
  6. string x = Console.ReadLine();
  7. Console.WriteLine("{0}", x);
  8. }
  9. }
  10. }
  11.  
  12. //https://pt.stackoverflow.com/q/171612/101
Success #stdin #stdout 0.02s 15940KB
stdin
Standard input is empty
stdout