RVBTCC/test/loop/break.out
2024-12-24 23:18:03 +08:00

8 lines
60 B
Plaintext

For loop:
0 1 2
While loop:
0 1 2
Do-while loop:
0 1 2
0