diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,11 +3,12 @@ zahl eingang() start zahl a soll 42 sein + buchstabe zeiger satz soll "Deutsch auf c ist toll!" sein wenn (a nicht 42) - printf("%d\n", 42) sofort + drucke_formattiert("%d\n", 42) sofort ansonsten wenn (a ist 42) - printf("ok\n") sofort + drucke_formattiert("%s\n", satz) sofort mache a verkleinern sofort |