RosettaCodeData/Task/Include-a-file/ALGOL-68/include-a-file-4.alg
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

6 lines
146 B
Text

#!/usr/bin/a68g --script #
# -*- coding: utf-8 -*- #
PR read "prelude/test.a68" PR;
printf($4x"Hello, world!"l$);
PR read "postlude/test.a68" PR