diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/twitch.cr | 5 | ||||
-rw-r--r-- | src/twitch/version.cr | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/twitch.cr b/src/twitch.cr new file mode 100644 index 0000000..9f7963c --- /dev/null +++ b/src/twitch.cr @@ -0,0 +1,5 @@ +require "./twitch/*" + +module Twitch + # TODO Put your code here +end diff --git a/src/twitch/version.cr b/src/twitch/version.cr new file mode 100644 index 0000000..7044034 --- /dev/null +++ b/src/twitch/version.cr @@ -0,0 +1,3 @@ +module Twitch + VERSION = "0.1.0" +end |