6 lines
43 B
FortranFixed
6 lines
43 B
FortranFixed
|
SUBROUTINE HELLO
|
||
|
|
||
|
PRINT *, 'Hello'
|
||
|
|
||
|
END
|