This commit is contained in:
2026-04-18 07:48:05 +02:00
parent 20b9a95619
commit 34a41ad25c
22 changed files with 97 additions and 79 deletions

View File

@@ -47,6 +47,9 @@ class Intro {
// Destructor
~Intro();
Intro(const Intro &) = delete;
Intro &operator=(const Intro &) = delete;
// Bucle principal
void run();