quine-js
v0.2.0
Published
A selfrep (quine) program in JavaScript
Downloads
3
Readme
quine-js
This is a selfrep (quine) program. It returns its own source code.
Usage
As a Node.js module:
import { quine } from "quine-js";
console.log(quine());
As a CLI tool:
npx quine-js
References
License
The code in this project is released under the MIT License.