4 lines
50 B
Fortran
4 lines
50 B
Fortran
|
program test
|
||
|
print "(a)", 'OK'
|
||
|
end program test
|