This is a selfrep (quine) program. It returns its own source code.
As a Node.js module:
import { quine } from "quine-js";
console.log(quine());
As a CLI tool:
npx quine-js
The code in this project is released under the MIT License.
This is a selfrep (quine) program. It returns its own source code.
As a Node.js module:
import { quine } from "quine-js";
console.log(quine());
As a CLI tool:
npx quine-js
The code in this project is released under the MIT License.
npm i quine-js
0
0.2.0
MIT
7.26 kB
6