diff options
Diffstat (limited to 'src/twitcr.cr')
-rw-r--r-- | src/twitcr.cr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/twitcr.cr b/src/twitcr.cr new file mode 100644 index 0000000..701653d --- /dev/null +++ b/src/twitcr.cr @@ -0,0 +1,6 @@ +# TODO: Write documentation for `Twitcr` +module Twitcr + VERSION = "0.1.0" + + # TODO: Put your code here +end |