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