Skip to content

Commit

Permalink
Quine in Erg
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust committed Dec 23, 2024
1 parent 733a936 commit abc0029
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ I have three policies:
Languages
---

Quine is implemented in 313 programming languages!
Quine is implemented in 314 programming languages!

<details>
<summary>List of Languages</summary>
Expand Down Expand Up @@ -334,6 +334,7 @@ Quine is implemented in 313 programming languages!
- [YSH](https://www.oilshell.org/release/latest/doc/ysh-tour.html)
- [Nushell](https://www.nushell.sh)
- [DuckScript](https://sagiegurari.github.io/duckscript/)
- [Erg](https://github.com/erg-lang/erg)

</details>

Expand Down
3 changes: 3 additions & 0 deletions quine.er
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
s = """s = ""{0:c}{1}{0:c}""
print! s.format(34, s)"""
print! s.format(34, s)

0 comments on commit abc0029

Please sign in to comment.