Initial version

This commit is contained in:
2021-02-14 08:11:00 -06:00
commit 5d302bd792
31 changed files with 6818 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
*.[568vq]
*.a
*.bin
*.cgo1.go
*.cgo2.c
*.exe
*.o
*.prof
*.so
*.test
[568vq].out
_cgo_defun.c
_cgo_export.*
_cgo_gotypes.go
_obj
_test
_testmain.go
build
data*
dist
node_modules
.idea
*.swp
.py*
__pycache__