File size: 101 Bytes
4929087 | 1 2 3 4 5 6 7 | //gofmt -stdin
/* note: no newline at end of file */
for i := 0; i < 10; i++ {
s += i
}
|
4929087 | 1 2 3 4 5 6 7 | //gofmt -stdin
/* note: no newline at end of file */
for i := 0; i < 10; i++ {
s += i
}
|