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