From 39e11b2e3c66d058360fa73791f40f64c4c530ef Mon Sep 17 00:00:00 2001 From: Sithira Akbo <56906001+dlsakbo@users.noreply.github.com> Date: Wed, 23 Oct 2019 19:26:19 +0530 Subject: [PATCH] Nsbm --- Go/HelloWorld.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Go/HelloWorld.go b/Go/HelloWorld.go index 70a7fe5..4511376 100644 --- a/Go/HelloWorld.go +++ b/Go/HelloWorld.go @@ -3,5 +3,5 @@ package main import "fmt" func main() { - fmt.Println("Hello world!") + fmt.Println("Hello world nsbm!") }