diff options
author | Anthony Wang | 2021-04-18 22:31:04 -0500 |
---|---|---|
committer | GitHub | 2021-04-18 22:31:04 -0500 |
commit | 8baf3ceec51bb0f9dc52c8a2224698367c84f1e1 (patch) | |
tree | 92d51d5f5a2415bb0b21e0002632d2e02daa780a | |
parent | ff7d5153a7e01df842c64eead74c389ab9be788b (diff) |
Update test.go
-rw-r--r-- | test.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |