initial commit

This commit is contained in:
2024-06-28 12:41:21 -03:00
commit 11f1066619
9 changed files with 133 additions and 0 deletions

6
src/faaso.cr Normal file
View File

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