8 lines
51 B
FortranFixed
8 lines
51 B
FortranFixed
|
PROGRAM TESTF
|
||
|
|
||
|
CALL HELLO()
|
||
|
CALL WORLD()
|
||
|
|
||
|
END
|
||
|
|