Home
(current)
वर्तमान निदेशक =>
/
opt
/
cloudlinux
/
venv
/
lib64
/
python3.11
/
site-packages
/
numpy
/
f2py
/
tests
/
src
/
crackfortran
/
सूचना एवं अपलोड
Info Server
Indian Cyber Force
Folders रचयन्तु
सञ्चिकां रचयन्तु
RansomWeb
लॉगआउट
Current File : //opt/cloudlinux/venv/lib64/python3.11/site-packages/numpy/f2py/tests/src/crackfortran/gh23598.f90
integer function intproduct(a, b) result(res) integer, intent(in) :: a, b res = a*b end function