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