fork download
  1. using System;
  2. class SomeProgram
  3. {
  4. public static void Main(string[] args)
  5. {
  6. Console.WriteLine("Hello!");
  7. bool[] bp = new bool[1]; bp[1] = true;
  8. Console.WriteLine("Bye!");
  9. }
  10. }
  11.  
Runtime error #stdin #stdout #stderr 0s 134848KB
stdin
Standard input is empty
stdout
Hello!
stderr
Unhandled Exception:
System.IndexOutOfRangeException: Index was outside the bounds of the array.
  at SomeProgram.Main (System.String[] args) [0x00011] in <cd521fd71d6d424aa61cc7d7f1005f99>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.IndexOutOfRangeException: Index was outside the bounds of the array.
  at SomeProgram.Main (System.String[] args) [0x00011] in <cd521fd71d6d424aa61cc7d7f1005f99>:0