require "kemal" module Indrajith::Dev::Crystal VERSION = "0.1.0" get "/" do "Hello World!" end Kemal.run end