From eb7bd25699aed68d0b8c8f928ceeb7262893076b Mon Sep 17 00:00:00 2001 From: ammello46 Date: Tue, 25 Oct 2016 10:44:41 -0400 Subject: [PATCH] Update hello-world.go --- hello-world.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-world.go b/hello-world.go index b64817e..b30f122 100644 --- a/hello-world.go +++ b/hello-world.go @@ -1,5 +1,5 @@ package main import "fmt" func main() { - fmt.Println("Hello, world!") + fmt.Println("Hello, New World!") }