This website requires JavaScript.
Explore
Help
Sign In
thomas.fillod
/
SensingLab3
Watch
1
Star
0
Fork
You've already forked SensingLab3
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
a5b176f4f0
SensingLab3
/
arithmetic.cpp
8 lines
76 B
C++
Raw
Blame
History
#
include
"arithmetic.h"
int
add
(
int
a
,
int
b
)
{
int
c
=
a
+
b
;
return
c
;
}
Reference in New Issue
View Git Blame
Copy Permalink