4 lines
40 B
Crystal
4 lines
40 B
Crystal
get "/" do
|
|
"Hello World Crystal!"
|
|
end
|
get "/" do
|
|
"Hello World Crystal!"
|
|
end
|