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