TetaTricks/code/fortran/hello.f90

5 lines
63 B
Fortran

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