From 4be283baf1936f6c74cb9f0df48361f009507264 Mon Sep 17 00:00:00 2001 From: DipakQA2 <91470136+DipakQa2@users.noreply.github.com> Date: Wed, 16 Feb 2022 17:19:41 +0530 Subject: [PATCH] Update hello.go --- hello.go | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.go b/hello.go index d145c76..2da40b4 100644 --- a/hello.go +++ b/hello.go @@ -12,6 +12,7 @@ func main() { fmt.Println("superman3") fmt.Println("superman4") fmt.Println("superman5") + fmt.Println("superman6") } //!-