mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-17 11:31:00 +00:00
7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
//gofmt -stdin
|
|
|
|
/* note: no newline at end of file */
|
|
for i := 0; i < 10; i++ {
|
|
s += i
|
|
}
|
|
|