Skip to content

Instantly share code, notes, and snippets.

@tdoly
tdoly / test_go.go
Last active March 2, 2018 13:14
python/go/swift vs
package main
import "fmt"
var sum = 0
func main() {
for e := 0; e < 30; e++ {
sum = 0
var x[]int
for i := 0; i < 1000000; i++ {
x = append(x, i)