7 lines
50 B
FortranFixed
7 lines
50 B
FortranFixed
|
PROGRAM TESTF
|
||
|
|
||
|
CALL HELLO()
|
||
|
CALL WORLD()
|
||
|
|
||
|
END
|