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