testpubpackage
testpubpackage
add function
add
testpubpackage
testpubpackage
add function
testpubpackage library
Functions
add
div
mul
sub
add
function
int
add
(
int
a
,
int
b
)
add
a
and
b
Implementation
int add(int a, int b) { return a + b; }