public
Description: Set of makefiles to build cross and native toolchains for windows x64 on linux/darwin
Homepage:
Clone URL: git://github.com/cournape/cross-mingw-w64.git
cross-mingw-w64 / hello.f
100644 4 lines (3 sloc) 0.052 kb
1
2
3
4
program hello
print *, "Hello from Fortran"
end