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