blob: 1c1d6c7191e3c6ff36d788f29671e4c7e63a901c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
include <ctype.h>
# Test program.
task hello = t_hello
procedure t_hello()
begin
call printf ("hello, world\n")
end
|