TetaTricks/code/fortran/printty.f90

8 lines
115 B
Fortran
Raw Normal View History

2024-09-16 03:24:26 +02:00
! new: Sun Sep 15 05:04:37 UTC 2024
program hello
implicit none
print *, "This is the 'printty' program"
end