Initial commit. Create default project.

This commit is contained in:
2018-05-25 12:15:57 -07:00
commit fd432f6653
11 changed files with 123 additions and 0 deletions

3
src/Go/version.cr Normal file
View File

@@ -0,0 +1,3 @@
module Go
VERSION = "0.1.0"
end