pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
6 sec ago
Untitled
8 sec ago
Untitled
9 sec ago
Untitled
19 sec ago
premium accounts 12/02/...
25 sec ago
Untitled
15 sec ago
Untitled
47 sec ago
Untitled
21 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 5th, 2008 | Syntax:
C
| Size: 0.09 KB | Hits: 57 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
#include <unistd.h>
int
main
(
int
argc
,
char
**
argv
)
{
sleep
(
10
)
;
return
0
;
}
create new paste
|
create new version of this paste
RAW Paste Data
#include <unistd.h> int main(int argc, char **argv) { sleep(10); return 0; }