Skip to content

Instantly share code, notes, and snippets.

@Pharap
Created October 13, 2018 03:28
Show Gist options
  • Select an option

  • Save Pharap/770edb6e9a161f9c272fc0f3747805d7 to your computer and use it in GitHub Desktop.

Select an option

Save Pharap/770edb6e9a161f9c272fc0f3747805d7 to your computer and use it in GitHub Desktop.
Short C# program that crashes at runtime. Good fun.
namespace StackOverflowProgram
{
class Program
{
static void Main(string[] args)
{
Main(args);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment