Skip to content

Instantly share code, notes, and snippets.

@akamsteeg
Created January 14, 2016 19:05
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 akamsteeg/0ed90df173f353b55d4a to your computer and use it in GitHub Desktop.
Save akamsteeg/0ed90df173f353b55d4a to your computer and use it in GitHub Desktop.
Generate a 140+ MB .NET assembly from only 142 bytes of source code
/*
Compile: csc.exe /target:library BigLib.cs
Output: 140+ MB DLL
*/
class A<T1,T2,T3,T4,T5>{class B:A<B,B,B,B,B>{B.B.B.B.B.B.B.B.B.B y;}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment