fork(1) download
  1. using System;
  2.  
  3. public class Program
  4. {
  5. public static void Main()
  6. {
  7.  
  8. Console.Write(" Привіт усім");
  9.  
  10.  
  11.  
  12.  
  13. // your code goes here
  14. }
  15.  
  16. }
Success #stdin #stdout 0.03s 26012KB
stdin
Standard input is empty
stdout
 Привіт усім