Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. class Program
  2. {
  3. static void Main(string[] args)
  4. {
  5. int start = 0;
  6. int[] numbers = new int[7] { 2,1,2,1,5,6,5};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement