...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
google
/
pprof
/
internal
/
binutils
/
testdata
/
hello.c
Documentation:
github.com/google/pprof/internal/binutils/testdata
1
#include <stdio.h>
2
3
int main() {
4
printf("Hello, world!\n");
5
return 0;
6
}
View as plain text