Initial commit

This commit is contained in:
Ingy döt Net 2023-06-28 13:59:20 -04:00
commit ad39827784
6 changed files with 2259 additions and 0 deletions

12
Makefile Normal file
View file

@ -0,0 +1,12 @@
SHELL := bash
default:
build:
time rosettacode sync
force: clean
$(RM) -r Lang/ Task/
clean:
$(RM) -r Meta/ rosettacode.log