Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
01. Numbers from 1 to 100
anizko
Apr 10th, 2019
141
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C#
0.25 KB
| None
|
0
0
raw
download
clone
embed
print
report
using
System
;
namespace
ConsoleApp1
{
class
Program
{
static
void
Main
(
string
[
]
args
)
{
for
(
int
n
=
1
;
n
<=
100
;
n
++
)
{
Console
.
WriteLine
(
n
)
;
}
}
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
SolutionTask3
Java | 17 min ago | 1.11 KB
Lab Solutions
C++ | 1 hour ago | 1.43 KB
checkBuzzer
C | 1 hour ago | 0.69 KB
WormHandler Module for Be Mole
Lua | 3 hours ago | 12.98 KB
gdg-stjohns-python
Python | 5 hours ago | 2.21 KB
gdg-stjohns-html
HTML | 5 hours ago | 1.52 KB
parrot code
HTML 5 | 7 hours ago | 0.31 KB
menu-dialog.sh
Bash | 7 hours ago | 2.17 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!