Skip to content

Instantly share code, notes, and snippets.

@Pharap
Created October 13, 2018 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pharap/770edb6e9a161f9c272fc0f3747805d7 to your computer and use it in GitHub Desktop.
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