mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
//gofmt -stdin
|
|
|
|
/* note: no newline at end of file */
|
|
for i := 0; i < 10; i++ { s += i }
|
|
|