This commit is contained in:
Miloslav Ciz 2024-02-05 13:10:19 +01:00
parent 1ae8bf1e9d
commit 91a4ce4727
7 changed files with 202 additions and 29 deletions

View file

@ -34,4 +34,8 @@ TODO: more langs?
Yet a stronger quine is so called *radiation hardened quine*, a quine that remains quine even after any one character from the program has been deleted (found here in [Ruby](ruby.md): https://github.com/mame/radiation-hardened-quine).
In the [Text](plaintext.md) [esoteric programming language](esolang.md) every program is a quine (and so also a radiation hardened one).
In the [Text](plaintext.md) [esoteric programming language](esolang.md) every program is a quine (and so also a radiation hardened one).
## See Also
- [polyglot](polyglot.md)