/quine-js

This is a selfrep (quine) program.

Primary LanguageJavaScriptMIT LicenseMIT

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.