xiaoanyu123's picture
Add files using upload-large-folder tool
6698547 verified
function add(n,m) result(b)
implicit none
include 'AB.inc'
b = n + m
end function add