Run ❯
Get your
own
website
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include <stdio.h> int main() { int i = 0; while (i < 5) { printf("%d\n", i); i++; } return 0; }
x
#include <stdio.h>
int
main
() {
int
i
=
0
;
while
(
i
<
5
) {
printf
(
"%d\n"
,
i
);
i
++
;
}
return
0
;
}
0
1
2
3
4