Sign in
go
/
tools
/
9b8df07b91d4b6173fcdd3d9118ce57eeec01259
/
.
/
cmd
/
splitdwarf
/
internal
/
macho
/
testdata
/
hello.c
blob: a689d3644e1e95d9d9cb1f013be6430d90dab71c [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"hello, world\n"
);
return
0
;
}