github.com/c0deoo1/golang1.5@v0.0.0-20220525150107-c87c805d4593/src/debug/pe/testdata/hello.c (about) 1 #include <stdio.h> 2 3 int 4 main(void) 5 { 6 printf("hello, world\n"); 7 return 0; 8 }