repo.or.cz
/
newfangle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP
[newfangle.git]
/
docs
/
examples
/
hello-world.de.c
blob
facfbcf971c5ea299081922005b4a110d24faadd
1
2
3
/* The traditional hello-world program in german
4
* generated using fangle literate programming macros
5
*/
6
7
#include stdio.c
8
9
main
() {
10
printf
(
"Hallo welt
\n
"
);
11
}