Kemal [Crystal]

This commit is contained in:
2023-06-11 18:46:10 +03:00
parent e4531a92d7
commit 13b5d6dbdd
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,7 @@
require "kemal"
get "/" do
"Hello World!"
end
Kemal.run