Guest User

Untitled

a guest
May 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using firstlibrary;
  6.  
  7.  
  8.  
  9. namespace ConsoleApplication2
  10. {
  11. class Program
  12. {
  13. static void Main(string[] args)
  14. {
  15. firstlibrary.Class1(4, 3);
  16. }
  17. }
  18. }
Add Comment
Please, Sign In to add comment