#include <stdio.h> int main() { int g = 0; while (g == g) { printf("%d\n",g); g++; if (g > 5) { goto end; } } end: return 0; }
To embed this project on your website, copy the following code and paste it into your website's HTML: