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