do while

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { // do { } while (조건); int i = 1; do { printf("Hello world %d\n", i++); } while (i <= 10); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines