Sign in
rust
/
rust-lang
/
gcc
/
refs/heads/feature/try-catch
/
.
/
libgo
/
go
/
cmd
/
gofmt
/
testdata
/
stdin3.input
blob: ab46c1063beba078cd8a18c4fd2beb64186e9d0a [
file
] [
log
] [
blame
] [
edit
]
//gofmt -stdin
/* note: no newline at end of file */
for
i
:=
0
;
i
<
10
;
i
++
{
s
+=
i
}