Initial Commit

This commit is contained in:
2018-01-12 15:19:20 -08:00
commit 76381e004a
10 changed files with 102 additions and 0 deletions

5
src/telepathy.cr Normal file
View File

@@ -0,0 +1,5 @@
require "./telepathy/*"
module Telepathy
# TODO Put your code here
end

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

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