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.fr.c
blob
5e6025366c938e27411cfacaae22b964e4c6584c
1
2
3
/* The traditional hello-world program in french
4
* generated using fangle literate programming macros
5
*/
6
7
#include stdio.c
8
9
main
() {
10
printf
(
"Bonjour tout le monde
\n
"
);
11
}