fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. // your code goes here
  8. // string 가 = "나다라";
  9. // string 마 = "바사아";
  10. // Console.WriteLine("가는 {0}, 마는 {1}",가,마);
  11. // Console.WriteLine("안녕");
  12. Console.WriteLine(Console.ReadLine());
  13. }
  14. }
  15.  
Success #stdin #stdout 0.04s 26304KB
stdin
Standard input is empty
stdout