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