936615752a
Copy all the misc/cgo files from the gc toolchain into libgo/misc. These will be used for testing purposes by later changes to the gotools directory. Reviewed-on: https://go-review.googlesource.com/46721 From-SVN: r249674
4 lines
100 B
Fortran
4 lines
100 B
Fortran
program HelloWorldF90
|
|
write(*,*) "Hello World!"
|
|
end program HelloWorldF90
|