Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Apr 20th, 2018
162
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Lisp
0.08 KB
| None
|
0
0
raw
download
clone
embed
print
report
(
let
(
(
pid
(
sb-posix
:
fork
)
)
)
(
if
(
zerop
pid
)
(
format t
"from the child"
)
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
NIR 01
8 min ago | 1.52 KB
Untitled
37 min ago | 10.45 KB
Untitled
4 hours ago | 6.29 KB
gcc builtin clz ctz
C | 5 hours ago | 3.67 KB
Untitled
8 hours ago | 7.67 KB
Untitled
12 hours ago | 8.74 KB
set or clear a bit without branching
Python | 14 hours ago | 0.28 KB
L’esproprio della Cisgiordania
14 hours ago | 9.15 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!