TetaTricks/code/fortran/hello.f90

5 lines
63 B
Fortran
Raw Normal View History

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