Initial commit

This commit is contained in:
Michael Miller 2018-08-18 15:33:20 -06:00
commit 630e537726
8 changed files with 108 additions and 0 deletions

6
src/spectator.cr Normal file
View file

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