go/mips32/rootfs/helloWorld.c (5 lines of code) (raw):

#include <stdio.h> int main() { printf("Hello, World!"); return 0; }