index
:
meson
debian
progress-linux
upstream
debian 11 backports: hardware (libnvme, nvme-cli)
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test cases
/
fortran
/
6 dynamic
/
main.f90
blob: ba2e2d2fc88fdbdf6d69fe411a3b16ae28014940 (
plain
)
1
2
3
4
5
6
program
main
use
dynamic
,
only
:
hello
implicit none
call
hello
()
end program