3 Commits

Author SHA1 Message Date
olemorud
51913de1fd Add README
Add README with examples only (and their outputs).
2023-06-22 18:00:50 +02:00
olemorud
533b991c0e Add run.sh
`run.sh` prints several iterations of rule 110 by running `rule110.sed`
in a loop. Additionally it formats the output to use ' ' for 0 and '#'
for space.
2023-06-22 17:54:34 +02:00
olemorud
89ceb12ff9 Add rule110.sed
`rule110.sed` is an executable sed script that calculates the next
iteration of rule 110 cellular automaton. E.g. `./rule110.sed <<<0001`
outputs `0011`.
2023-06-22 17:54:26 +02:00