#include <stdio.h>

int main() {
    int A[] = {0,0,0,0,0,0};
    int B1=0,B2=0,B3=0;
    char *B4 = "";
    
    
    B4 = "hello";
    goto P; s:
    goto Function_field;
    P:
    puts(B4);
    goto s;
    Function_field:
    return 0;
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: