fork download
  1. using System;
  2. class akil
  3. {
  4. static void Main()
  5. {
  6.  
  7. Console.WriteLine("bhagath")
  8.  
  9.  
  10.  
  11. }
  12.  
  13.  
  14.  
  15.  
  16.  
  17. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cs(11,2): error CS1002: ; expected
Compilation failed: 1 error(s), 0 warnings
stdout
Standard output is empty