summaryrefslogtreecommitdiff
path: root/src/twitcr.cr
diff options
context:
space:
mode:
authorJonathan B <greenbigfrog@gmail.com>2019-08-14 21:25:02 +0200
committerJonathan B <greenbigfrog@gmail.com>2019-08-14 21:25:02 +0200
commit99b3d7287bd0ac36ee82129ad38bd88c5b5af625 (patch)
tree461ba1e96425d62a60d4fdb1fd9d892264b146f2 /src/twitcr.cr
downloadtwitcr-99b3d7287bd0ac36ee82129ad38bd88c5b5af625.tar.gz
twitcr-99b3d7287bd0ac36ee82129ad38bd88c5b5af625.zip
Initial release
Diffstat (limited to 'src/twitcr.cr')
-rw-r--r--src/twitcr.cr6
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