Sign in
go
/
talks
/
fb41a9b433bf1d7e71d768e703c81170aa4f282c
/
.
/
content
/
2014
/
hellogophers
/
helloDraftAnsi.c
blob: 8626b30633267902e7924eaadd2c959e08082d7e [
file
]
#include
<stdio.h>
main
()
{
printf
(
"hello, world\n"
);
}