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