int main()

in hardware_hacking/hello-mips.c [3:6]


int main() {
    printf("Hello, World!\n");
    return 0;
}