Sign in
◑
Theme
go
/
gofrontend
/
0411a2733fd468e69f1998edd91e8fe3ba40ff9e
/
.
/
libgo
/
go
/
debug
/
xcoff
/
testdata
/
hello.c
blob: 34d9ee79234ef29ea03feeb69d220b0796295636 [
file
]
#include
<stdio.h>
void
main
(
int
argc
,
char
*
argv
[])
{
printf
(
"hello, world\n"
);
}