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