8 lines
115 B
Fortran
8 lines
115 B
Fortran
|
! new: Sun Sep 15 05:04:37 UTC 2024
|
||
|
program hello
|
||
|
implicit none
|
||
|
|
||
|
print *, "This is the 'printty' program"
|
||
|
|
||
|
end
|