]> Cypherpunks.ru repositories - gostls13.git/blob - src/cmd/cgo/internal/testfortran/testdata/helloworld/helloworld.f90
misc/cgo: move easy tests to cmd/cgo/internal
[gostls13.git] / src / cmd / cgo / internal / testfortran / testdata / helloworld / helloworld.f90
1       program HelloWorldF90
2               write(*,*) "Hello World!"
3       end program HelloWorldF90