Initial commit

This commit is contained in:
Juan Wajnerman 2014-06-11 20:41:02 -03:00
commit 2eaf44195e
9 changed files with 115 additions and 0 deletions

5
samples/hello_world.cr Normal file
View file

@ -0,0 +1,5 @@
require "../src/frank"
get "/" do
"Hello World!"
end