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