Sign in
go
/
go.git
/
9efc2e7f9592b38d4573e81460a5be9d2dee409b
/
.
/
src
/
debug
/
elf
/
testdata
/
hello.c
blob: 34d9ee79234ef29ea03feeb69d220b0796295636 [
file
]
#include
<stdio.h>
void
main
(
int
argc
,
char
*
argv
[])
{
printf
(
"hello, world\n"
);
}