diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ +#include <stdio.h> +#include "macros.h" + +zahl eingang() start + zahl a soll 42 sein + + wenn (a nicht 42) + printf("%d\n", 42) sofort + ansonsten wenn (a ist 42) + printf("ok\n") sofort + + mache + a verkleinern sofort + solange (a groesser 0) sein + + antworten a sofort +ende |