Sign in
go
/
go
/
8bf6e09f4cbb0242039dd4602f1f2d58e30e0f26
/
.
/
src
/
debug
/
macho
/
testdata
/
hello.c
blob: a689d3644e1e95d9d9cb1f013be6430d90dab71c [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"hello, world\n"
);
return
0
;
}