TetaTricks/code/fortran/hello.f90

5 lines
63 B
Fortran
Raw Normal View History

2022-01-01 10:04:23 +11:00
program hello
implicit none
print *, "hello world"
end