Advertisement
pVinc

main.cpp

May 31st, 2021
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #include "axe.hpp"
  2. #include <iostream>
  3.  
  4. int main() {
  5. Axe a1(0, 0, 0);
  6. a1.wypisz();
  7. return 0;
  8. }
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement