Initial commit

This commit is contained in:
Joey Yakimowich-Payne 2022-11-27 14:26:25 -07:00 committed by GitHub
commit c2c19fffd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 111 additions and 0 deletions

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# You can use this nim template to jump start your nim library or project.
This template includes:
* MIT licence
* src directory and a private common.nim
* test directory
* GitHub Actions to run the tests on GitHub