diff options
Diffstat (limited to '3/6_control/29_continue.c')
| -rw-r--r-- | 3/6_control/29_continue.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3/6_control/29_continue.c b/3/6_control/29_continue.c new file mode 100644 index 0000000..175f57b --- /dev/null +++ b/3/6_control/29_continue.c @@ -0,0 +1,5 @@ +#include <stdio.h> + +int main() { + return 0; +} |
