Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b2425fdffda98d9533aa6eb48cc4526c25d2af82
/
.
/
Tests
/
SwiftMixLib
/
lib.cpp
blob: 3e156b80bee6aa09bb5ee93cd7a8fd489f754654 [
file
]
int
add
(
int
a
,
int
b
)
{
return
a
+
b
;
}