fbinnzhivko

Num1....20

Mar 6th, 2016
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.14 KB | None | 0 0
  1. using System;
  2. class Program
  3. {
  4.     static void Main()
  5.     {
  6.         for (int i = 1; i < 21; i++)
  7.         { Console.WriteLine(i); }
  8.     }
  9. }
Add Comment
Please, Sign In to add comment