Update test.go
This commit is contained in:
parent
ff7d5153a7
commit
8baf3ceec5
1 changed files with 1 additions and 1 deletions
2
test.go
2
test.go
|
@ -10,7 +10,7 @@ func gcd(a, b int) int {
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
fmt.Println("Hello World")
|
fmt.Println("test")
|
||||||
|
|
||||||
const N int = 1000
|
const N int = 1000
|
||||||
var A [N]int
|
var A [N]int
|
||||||
|
|
Loading…
Reference in a new issue