WIP
[newfangle.git] / docs / examples / hello-world.fr.c
blob5e6025366c938e27411cfacaae22b964e4c6584c
3 /* The traditional hello-world program in french
4 * generated using fangle literate programming macros
5 */
7 #include stdio.c
9 main() {
10 printf("Bonjour tout le monde\n");