This website requires JavaScript.
Explore
Help
Sign in
sam
/
experiments
Watch
1
Star
0
Fork
You've already forked experiments
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
5cc5ee4230
experiments
/
c-embedding
/
adder
/
adder.c
sam
5cc5ee4230
first commit
2024-05-27 21:30:27 +12:00
3 lines
44 B
C
Raw
Blame
History
int
add
(
int
a
,
int
b
)
{
return
a
+
b
;
}
Reference in a new issue
View git blame
Copy permalink