Added require statement to sample

This commit is contained in:
Sdogruyol 2015-10-24 16:48:47 +03:00
parent 5749a7db60
commit 4ba6e9d0e5
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ Kemal is under heavy development and currently supports Crystal 0.9.0.
# Super Simple <3 # Super Simple <3
```ruby ```ruby
require "kemal"
get "/" do get "/" do
"Hello World!" "Hello World!"
end end