Advertisement
Guest User

Untitled

a guest
Nov 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. using static ConsoleApplication3.Prosta;
  7.  
  8. namespace ConsoleApplication3
  9. {
  10. class Program
  11. {
  12. static void Main(string[] args)
  13. {
  14. Prosta p = new Prosta(4);
  15. Plaszczyzna p2 = new Plaszczyzna(3, 4);
  16.  
  17. p.odl_zero();
  18. p2.odl_zero();
  19.  
  20. }
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement