Sign in
go
/
talks
/
067e0d331feee4f8d0fa17d47444db533bd904e7
/
.
/
content
/
2014
/
hellogophers
/
helloAnsi.c
blob: 1aed89f30f2d8a62d7069f0ea2df882c1ba60f85 [
file
]
#include
<stdio.h>
main
(
void
)
{
printf
(
"hello, world\n"
);
}