mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
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