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