fork download
  1. using System;
  2.  
  3. class Program
  4. {
  5. static void Main() =>
  6. Console.WriteLine("a nói: Xin chào!\nb đáp: Hello!\na nói: hello cái cc");
  7. }
  8.  
  9.  
Success #stdin #stdout 0.06s 28508KB
stdin
Standard input is empty
stdout
a nói: Xin chào!
b đáp: Hello!
a nói: hello cái cc