From fdc979eaae8063c7b8662eb7224fb9672d9b9fa1 Mon Sep 17 00:00:00 2001 From: arhamkac Date: Tue, 28 Oct 2025 21:23:06 +0530 Subject: [PATCH] Added hello world in go --- hello.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello.go diff --git a/hello.go b/hello.go new file mode 100644 index 0000000..38a2130 --- /dev/null +++ b/hello.go @@ -0,0 +1,6 @@ +package main +import "fmt" + +func main(){ + fmt.Println("Heyy! Thank you for giving me this opportunity to contribute.") +} \ No newline at end of file