4 lines
71 B
Fortran
4 lines
71 B
Fortran
SUBROUTINE HI
|
|
PRINT*, "HELLO WORLD"
|
|
END SUBROUTINE
|