WIP
[newfangle.git] / docs / examples / hello-world.de.c
blobfacfbcf971c5ea299081922005b4a110d24faadd
3 /* The traditional hello-world program in german
4 * generated using fangle literate programming macros
5 */
7 #include stdio.c
9 main() {
10 printf("Hallo welt\n");