RosettaCodeData/Task/Include-a-file/ALGOL-68/include-a-file-4.alg

7 lines
146 B
Plaintext

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