Update
This commit is contained in:
parent
a5acdddb82
commit
57c8d33e04
15 changed files with 1717 additions and 1668 deletions
10
compiler_bomb.md
Normal file
10
compiler_bomb.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Compiler Bomb
|
||||
|
||||
TODO
|
||||
|
||||
{ Found here: https://codegolf.stackexchange.com/questions/69189/build-a-compiler-bomb. ~drummyfish }
|
||||
|
||||
Compiler bombs in various languages:
|
||||
|
||||
- [C](c.md): `main[-1u]={1};`, creates 16 GB executable, works by defining a huge array an initializes its first element so the whole array will be explicitly stored in the executable.
|
||||
- ...
|
Loading…
Add table
Add a link
Reference in a new issue