TetaTricks/code/fortran/hello.f90
2022-01-01 00:04:23 +01:00

5 lines
63 B
Fortran

program hello
implicit none
print *, "hello world"
end