/quine

[Moved to Codeberg] A collection of self-replicating Rust programs

Primary LanguageRustApache License 2.0Apache-2.0

quine

This repository contains a collection of self-replicating programs in Rust. Each one will be a binary crate.

  • quine: The shortest quine I can think of.
  • quine_with_variable: My first successful quine, but with an extra variable.