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