Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
LeeRoySheep
LeeRoySheep
/
t
/
t4018
/
swift-func
Code
Commits
Pulls
CI/CD
82,027
next
bisect
jch
maint
master
next
seen
test
todo
text
5 lines
81 Bytes
Copy permalink
Copy
Raw
1
func RIGHT(x: Int) -> Int {
2
let y = x
3
// a comment
4
return ChangeMe
5
}