This commit is contained in:
2026-03-19 11:33:45 +01:00
parent 020939d1e3
commit e77f5e4c03
4 changed files with 145 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ public:
}
void pokaz() { std::cout << '(' << x << ',' << y << ')' << std::endl; }
~Punkt() { std::cout << "Niscze punkt" << std::endl; }
};
int main() {