From 11c92db4208efb6381a2fd65bcc4de427d1f21f6 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Thu, 20 Jun 2024 23:51:27 +0530 Subject: Adds Bare Server --- src/indrajith-dev-crystal.cr | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/indrajith-dev-crystal.cr (limited to 'src') diff --git a/src/indrajith-dev-crystal.cr b/src/indrajith-dev-crystal.cr new file mode 100644 index 0000000..a7a08b6 --- /dev/null +++ b/src/indrajith-dev-crystal.cr @@ -0,0 +1,11 @@ +require "kemal" + +module Indrajith::Dev::Crystal + VERSION = "0.1.0" + + get "/" do + "Hello World!" + end + + Kemal.run +end -- cgit v1.2.3