Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
drixo
/
nanochatt
like
0
Model card
Files
Files and versions
xet
Community
main
nanochatt
/
venv
/
lib
/
python3.10
/
site-packages
/
numpy
/
f2py
/
tests
/
src
/
regression
/
incfile.f90
drixo
Upload folder using huggingface_hub
838f737
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
92 Bytes
function
add(n,m) result(b)
implicit
none
include
'AB.inc'
b = n + m
end
function
add