start crystal side of things

This commit is contained in:
2023-07-14 10:03:51 -03:00
10 changed files with 184 additions and 118 deletions

6
src/shortcodes.cr Normal file
View File

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