int main()
in
hardware_hacking/hello-mips.c [3:6]
4
lines of code
1
McCabe index (conditional complexity)
int main() { printf("Hello, World!\n"); return 0; }