2013-09-26 17:14:40 +02:00

6 lines
62 B
Fortran

PROGRAM hello
print*, 'Hello, World!'
END