Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: gh23598.f90
integer function intproduct(a, b) result(res) integer, intent(in) :: a, b res = a*b end function