Files
sed110/README.md
olemorud 51913de1fd Add README
Add README with examples only (and their outputs).
2023-06-22 18:00:50 +02:00

387 B

Examples

One iteration

./rule110.sed <<<0001

output:

00011

Many iterations

There's a useful helper script to run several iterations of the script, which uses '#' for 1 and ' ' for 0.

./run.sh 00000000001

output:

         #
        ##
       ###
      ## #
     #####
    ##   #
   ###  ##
  ## # ###
 ####### #
 #     ###
 #    ## #