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