6 lines
146 B
Text
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
|