Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Aug 19th, 2018
70
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.14 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
main
(
)
{
int
c
;
while
(
(
c
=
getchar
(
)
)
!=
EOF
)
{
if
(
c
==
' '
)
printf
(
" "
)
;
else
putchar
(
c
)
;
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
Dart | 35 min ago | 20.81 KB
vn1.sh - Tidal Automation Script
Bash | 44 min ago | 1.36 KB
Untitled
Arduino | 45 min ago | 1.52 KB
08. The Animal Scar | Registro
HTML | 58 min ago | 4.03 KB
length(list) over list.len.dm
Rust | 1 hour ago | 2.27 KB
frigate config (share) 0.16
YAML | 1 hour ago | 5.41 KB
Untitled
Java | 2 hours ago | 37.15 KB
add subscriber class on HTML body
PHP | 4 hours ago | 0.29 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!