0 / 60 seg.

What is the correct way to call this function?

func myFunc(_ a: Int, b: Int) -> Int {
  return a + b
}