From 8baf3ceec51bb0f9dc52c8a2224698367c84f1e1 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sun, 18 Apr 2021 22:31:04 -0500 Subject: [PATCH] Update test.go --- test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.go b/test.go index 9f5ad06..9fcf055 100644 --- a/test.go +++ b/test.go @@ -10,7 +10,7 @@ func gcd(a, b int) int { } func main() { - fmt.Println("Hello World") + fmt.Println("test") const N int = 1000 var A [N]int