Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e2d25c67247ca3e0c1b09f16119d4c99fa7c052d
/
.
/
Tests
/
SwiftMixLib
/
lib.swift
blob: 61009d876b8d14781335e6daf407c1b4e4d1f32d [
file
]
public
func add
(
a
:
Int
,
b
:
Int
)
->
Int
{
a
+
b
}