aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2021-04-18 22:31:04 -0500
committerGitHub2021-04-18 22:31:04 -0500
commit8baf3ceec51bb0f9dc52c8a2224698367c84f1e1 (patch)
tree92d51d5f5a2415bb0b21e0002632d2e02daa780a
parentff7d5153a7e01df842c64eead74c389ab9be788b (diff)
Update test.go
-rw-r--r--test.go2
1 files changed, 1 insertions, 1 deletions
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