Skip to content

Commit

Permalink
Add quine
Browse files Browse the repository at this point in the history
  • Loading branch information
clmay committed Jul 24, 2024
1 parent d677ef1 commit e51b68a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quines/quine.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// @ts-nocheck
// prettier-ignore

(q=()=>`(q=${q})()`)()

0 comments on commit e51b68a

Please sign in to comment.