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