Update test.go

This commit is contained in:
Anthony Wang 2021-04-18 22:31:04 -05:00 committed by GitHub
parent ff7d5153a7
commit 8baf3ceec5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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