shithub
fortrangoingonforty
/
facsimile
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
facsimile
Public
Watch
0
Fork
0
Star
0
facsimile
/
src
/
version_module.f90
Fortran · 119 bytes
Raw
Blame
History
1
module
version_module
2
implicit
none
3
character
(
len
=*
),
parameter
::
VERSION
=
'0.9.5'
4
end
module
version_module
5