Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
GreetingByName
koksibg
Oct 4th, 2016
199
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C#
0.22 KB
| None
|
0
0
raw
download
clone
embed
print
report
using
System
;
namespace
GreetingByName
{
class
Program
{
static
void
Main
(
)
{
string
Name
=
Console
.
ReadLine
(
)
;
Console
.
WriteLine
(
"Hello, {0}!"
, Name
)
;
}
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
C# | 33 min ago | 1.88 KB
CertusFactory2.0
Lua | 1 hour ago | 6.49 KB
FE Gigantic-Spin (R15) (Ragdoll) (Layered Out...
Lua | 1 hour ago | 3.19 KB
Linux - Create user
Bash | 2 hours ago | 0.16 KB
FE funny script (Universal) (R15 & Need R...
Lua | 2 hours ago | 5.95 KB
Untitled
C# | 2 hours ago | 1.48 KB
AI-toolkit SPOD new
Bash | 3 hours ago | 0.93 KB
From 100+ follower List
GetText | 4 hours ago | 0.23 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!