Hello World
require "kemal"
get "/" do
"Welcome to Kemal"
end
Kemal.run
crystal src/hello_world.cr
http://localhost:3000/
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
require "kemal"
get "/" do
"Welcome to Kemal"
end
Kemal.run
crystal src/hello_world.cr
http://localhost:3000/