~amavect/experiments

programming experiments
remove carriage return
quine and bf (not done with bf yet)

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~amavect/experiments
read/write
git@git.sr.ht:~amavect/experiments

You can also use your local clone with git send-email.

Amavect's experiments

quine.c
A very straightforward quine that prints a quine.
Consists of a preamble, a quotation of main assigned to s, and main.
Main consists of printing the preamble, the quotation of s, and s.

BUILD:
make [program]