This website requires JavaScript.
Explore
Help
Sign In
gered
/
picoc
Watch
1
Star
0
Fork
You've already forked picoc
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
875a635648
picoc
/
c-tests
/
loop.c
11 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
Small modification to loop C test code
2020-06-09 07:31:20 -04:00
int
main
(
void
)
Added some basic example C files for use with debugging/testing
2020-05-13 13:01:14 -04:00
{
int
j
=
0
;
for
(
int
i
=
0
;
i
<
4
;
i
+
+
)
{
j
=
i
+
2
;
}
return
0
;
}
Reference in a new issue
Copy permalink