Initial commit
This commit is contained in:
commit
2eaf44195e
9 changed files with 115 additions and 0 deletions
5
samples/hello_world.cr
Normal file
5
samples/hello_world.cr
Normal file
|
@ -0,0 +1,5 @@
|
|||
require "../src/frank"
|
||||
|
||||
get "/" do
|
||||
"Hello World!"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue