shithub
tenseleyflow
/
bencch
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
bencch
Public
Watch
0
Fork
0
Star
0
bencch
/
fixtures
/
modules
/
mixed_only
/
main_hidden.f90
Fortran · 120 bytes
Raw
Blame
History
1
program
main
2
use
mixed_only_bridge
,
only
:
alpha
,
beta
3
implicit
none
4
5
print
*
,
alpha
+
beta
6
end
program
main
7