This commit is contained in:
Miloslav Ciz 2024-02-26 11:38:00 +01:00
parent a2a9b750ab
commit ec03c1b60c
22 changed files with 1804 additions and 1686 deletions

View file

@ -7,4 +7,5 @@ TODO
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.
- [Rust](rust.md): every program :D
- ...