fork download
  1. using System;
  2. class Program
  3. {
  4. static void Main()
  5. {
  6. int і = 9001;
  7. Console.WriteLine(i);
  8. }
  9. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cs(7,27): error CS0103: The name `i' does not exist in the current context
Compilation failed: 1 error(s), 0 warnings
stdout
Standard output is empty