shell bypass 403
GrazzMean Shell
: /usr/local/python-3.12/lib/python3.12/site-packages/numpy/f2py/tests/src/crackfortran/ [ drwxr-xr-x ]
integer function intproduct(a, b) result(res)
integer, intent(in) :: a, b
res = a*b
end function