summaryrefslogtreecommitdiff
path: root/src/twitcr.cr
blob: 24af4d4f70a1c3b5c9240d4896a361d9ebc3d108 (plain)
1
2
3
4
5
6
7
require "./twitcr/**"

module Twitcr
  VERSION = "0.1.0"

  # TODO: Put your code here
end