Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
t4018
/
swift-func
Code
Commits
Pulls
CI/CD
81,972
jch
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
}