#include <stdio.h> int main() { x0:int A = 0; x1:printf("Hello world!\n"); x2:A++; x3:if (A < 5) {goto x1;} return 0; }
To embed this project on your website, copy the following code and paste it into your website's HTML: