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

7 lines
146 B
Text
Raw Permalink Normal View History

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