This website requires JavaScript.
Explore
Help
Register
Sign In
ground
/
GroundPY
Watch
2
Star
1
Fork
0
You've already forked GroundPY
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c2bdf555e472ec63fd1141ddd48e0c926dc1ed39
GroundPY
/
test.c
7 lines
93 B
C
Raw
Normal View
History
Unescape
Escape
labels work im pretty sure
2025-09-07 11:58:01 +10:00
int
main
(
)
{
COUNTING TO 100 MILLION TEST
2025-09-07 13:38:16 +10:00
int
lol
=
0
;
for
(
int
i
=
0
;
i
!
=
100000000
;
i
+
+
)
{
lol
+
+
;
}
return
lol
;
labels work im pretty sure
2025-09-07 11:58:01 +10:00
}
Reference in New Issue
Copy Permalink