Files
hello-world/g/gentzen.gentzen
Richie Bendall ad16f6d78a Normalize printed text
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-03-30 04:21:52 +13:00

6 lines
119 B
Plaintext
Executable File

<- "stdlib";
<- "iolib";
main : () / ($1(iosys) |- $2(++));
main = [x,y] cut "Hello World" [z] outtext x z y;
-> main;