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