Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jan 15th, 2018
85
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
OCaml
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
let
rec
rev l1 l2
=
match
l1
with
[
]
->
l2
|
hd
::
tail
->
rev tail
(
hd
::
l2
)
;;
let
reverse
list
=
rev
list
[
]
;;
reverse
[
1
;
2
;
3
]
;;
reverse
[
]
;;
reverse
[
9
;
8
;
7
;
6
]
;;
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make $2200 in 15 minutes
JavaScript | 1 sec ago | 0.08 KB
Make 3500$ in 20 MIN [Method] N
JavaScript | 1 sec ago | 0.08 KB
MAKE $5000 INSTANTLY 4
JavaScript | 1 sec ago | 0.08 KB
✅ Crypto Accounts
JavaScript | 1 sec ago | 0.08 KB
Make $2200 in 15 minutes
JavaScript | 2 sec ago | 0.08 KB
✅ Account Leaks
JavaScript | 7 sec ago | 0.08 KB
MAKE $5000 INSTANTLY N
JavaScript | 8 sec ago | 0.08 KB
✅ MAKE $22OO IN 10 MIN 2
JavaScript | 9 sec ago | 0.08 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!