Sign in
go
/
talks
/
a07c284bcf333dc17a1489fd441e8fccf1e01c2a
/
.
/
content
/
2014
/
hellogophers
/
hello.c
blob: 5144cb4e3d40694602bbdaef8b3a15c04c067b90 [
file
] [
log
] [
blame
]
main
()
{
printf
(
"hello, world"
);
}