Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
f82b0114d98c13a377bd3a4468f79d1fb7a767f8
/
.
/
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