fork download
  1. using System;
  2.  
  3. namespace Examples_1
  4. {
  5. class Program
  6. {
  7. static void Main(string[] args)
  8. {
  9. Console.WriteLine("Привет!");
  10. }
  11. }
  12. }
  13.  
  14.  
Success #stdin #stdout 0.04s 26556KB
stdin
Standard input is empty
stdout
Привет!