index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
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