This website requires JavaScript.
Explore
Register
Sign In
kernel
/
git
mirror of
https://git.kernel.org/pub/scm/git/git.git
Watch
1
Star
0
Fork
You've already forked git
0
Code
Releases
Activity
next
git
/
t
/
t4018
/
r-indent
7 lines
91 B
Plaintext
Raw
Permalink
Blame
History
RIGHT <- function(a, b) {
c = mean(a, b)
d = c + 2
ChangeMe()
return (d)
}
View Git Blame
Copy Permalink