This website requires JavaScript.
Explore
Help
Sign In
zongor
/
reality-engine
Watch
1
Star
0
Fork
You've already forked reality-engine
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
94a1375d51
reality-engine
/
test
/
add.ul
7 lines
89 B
Fortran
Raw
Blame
History
function
add
(
int
a
,
int
b
)
int
{
return
a
+
b
;
}
int
sum
=
add
(
1
,
1
)
;
print
(
sum
.
str
)
;
Reference in New Issue
View Git Blame
Copy Permalink