Untitled

Run Settings
LanguageSwift
Language Version
Run Command
func pow(firstArg a: Int, secondArg b: Int) -> Int { var res = a for _ in 1..<b { res = res * a } print(res) return res } pow(firstArg:5, secondArg:3)
Editor Settings
Theme
Key bindings
Full width
Lines