This commit is contained in:
Miloslav Ciz 2024-01-15 15:29:30 +01:00
parent 6e779ad9b4
commit 30c8fea0b2
10 changed files with 59 additions and 29 deletions

View file

@ -17,6 +17,7 @@ Some common ideas employed in the programs include:
- including weird files like `/dev/tty` or recursively including itself
- [code golfing](code_golf.md)
- weird stuff like the main function [recursion](recursion.md) or even using it as a signal handler :)
- ...
And let us also mention a few winning entries:
@ -28,3 +29,4 @@ And let us also mention a few winning entries:
- [X11](x11.md) Minecraft-like game
- [web browser](web_browser.md)
- self-replicating programs
- ...