Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
419458530f1b15ab6e40c06a6b1b95a36e10df03
/
.
/
examples
/
fortran
/
default.f90
blob: 6458d8f6cc6f071655fb05d183558841ac84a2a0 [
file
] [
log
] [
blame
] [
raw
]
!
Type
your code here
,
or
load an example
.
real
function
square
(
x
)
implicit
none
real
,
intent
(
in
)
::
x
square
=
x
*
x
return
end
function
square