Initial commit

This commit is contained in:
Dimitri Lozeve 2020-12-07 19:26:38 +01:00
commit 87c866eaed
6 changed files with 607 additions and 0 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
img.png: img.pnm
pnmtopng $< > $@
img.pnm: grayscott.dyalog
dyalog -nokbd -script $<