From 5b1e17447c0e4244e453f214b9822ac897cf99c4 Mon Sep 17 00:00:00 2001 From: Kshitiz Singh Date: Mon, 8 Aug 2022 13:50:59 +0530 Subject: [PATCH] First commit --- hello/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/hello/main.go b/hello/main.go index 8ab932f..2838af4 100644 --- a/hello/main.go +++ b/hello/main.go @@ -6,4 +6,5 @@ import ( func main() { fmt.Println("Hello from Go!") + fmt.Print("Hello Kshitiz") }