DEBSOURCES
Skip Quicknav
sources / golang / 2%3A1.2.1-2 / src / pkg / debug / macho / testdata / hello.c
12345678
#include <stdio.h> int main(void) { printf("hello, world\n"); return 0; }