repo.or.cz
/
lcapit-junk-code.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Introduce old redir program
[lcapit-junk-code.git]
/
snippets
/
hello
/
hello.c
blob
44fe720c9ce1b64577a767edf73eef913c9da1d6
1
/* Hello World in C */
2
#include <stdio.h>
3
4
int
main
(
void
)
5
{
6
printf
(
"Hello, world!
\n
"
);
7
return
0
;
8
}