Initial import

This commit is contained in:
2021-09-24 03:20:39 -05:00
commit 35b7f33097
12 changed files with 1279 additions and 0 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
.PHONY: all
all:
rm -rf lib
tsc
.PHONY: run
run: all
node lib/test.js