fork download
  1. using System;
  2.  
  3. class Program
  4. {
  5. int main(string[] args)
  6. {
  7. int a;
  8. return a;
  9. }
  10. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cs(8,14): error CS0165: Use of unassigned local variable `a'
Compilation failed: 1 error(s), 0 warnings
stdout
Standard output is empty