Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdudek authored May 11, 2018
1 parent 4d323e5 commit 6ec026d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Lista_zad2/LeniwaLista/Lista4/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
//Maciej Dudek
//indeks: 299186
//////////////////////////////
// Programowanie Obiektowe //
// Maciej Tomasz Dudek //
// Nr. indeksu 299168 //
// Pracownia 2 //
// Zadanie 4-LeniwaLista //
//////////////////////////////
using System;
using System.Collections.Generic;

Expand Down Expand Up @@ -55,4 +60,4 @@ public static void Main(){
Console.WriteLine(pierwsze.element(15));
Console.WriteLine(pierwsze.size());
}
}
}

0 comments on commit 6ec026d

Please sign in to comment.