Initial commit. Create default project.
This commit is contained in:
6
src/Go.cr
Normal file
6
src/Go.cr
Normal file
@@ -0,0 +1,6 @@
|
||||
require "./Go/*"
|
||||
|
||||
# TODO: Write documentation for `Go`
|
||||
module Go
|
||||
# TODO: Put your code here
|
||||
end
|
||||
3
src/Go/version.cr
Normal file
3
src/Go/version.cr
Normal file
@@ -0,0 +1,3 @@
|
||||
module Go
|
||||
VERSION = "0.1.0"
|
||||
end
|
||||
Reference in New Issue
Block a user