From 2bac42df6f3445218f1abed7a35ae30b9c05d523 Mon Sep 17 00:00:00 2001 From: Serdar Dogruyol Date: Sat, 19 Mar 2016 15:38:31 +0200 Subject: [PATCH] Update hello_world.cr --- samples/hello_world.cr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/hello_world.cr b/samples/hello_world.cr index 9e490ae..c04f1d5 100644 --- a/samples/hello_world.cr +++ b/samples/hello_world.cr @@ -4,3 +4,5 @@ require "kemal" get "/" do "Hello Kemal!" end + +Kemal.run