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