Init scaffolding

This commit is contained in:
Anton Vakhrushev
2019-08-09 16:33:26 +03:00
commit 0533f0f1cf
10 changed files with 110 additions and 0 deletions

6
src/village.cr Normal file

@@ -0,0 +1,6 @@
# TODO: Write documentation for `Village`
module Village
VERSION = "0.1.0"
# TODO: Put your code here
end