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