D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
cloudlinux
/
venv
/
lib64
/
python3.11
/
site-packages
/
numpy
/
f2py
/
tests
/
src
/
crackfortran
/
Filename :
gh23598.f90
back
Copy
integer function intproduct(a, b) result(res) integer, intent(in) :: a, b res = a*b end function