Update hello_world.cr

This commit is contained in:
Serdar Dogruyol 2016-03-19 15:38:31 +02:00
parent 8a06459fb2
commit 2bac42df6f

View file

@ -4,3 +4,5 @@ require "kemal"
get "/" do
"Hello Kemal!"
end
Kemal.run