shithub
fortrangoingonforty
/
ferp
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
ferp
Public
Watch
0
Fork
1
Star
0
ferp
/
tests
/
fixtures
/
subdir1
/
code.f90
Fortran · 65 bytes
Raw
Blame
History
1
program
test
2
implicit
none
3
print
*
,
"match"
4
end
program
test
5