hardware_hacking/hello-mips.c (
5
lines of code) (
raw
):
#include <stdio.h> int main() { printf("Hello, World!\n"); return 0; }