diff options
-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 |
index : print-hello-world | ||
A potpourri of programming languages |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | test.go | 2 |
@@ -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 |