This commit is contained in:
Imbus 2024-12-12 15:18:29 +01:00
parent e707a6649f
commit 5c0f319d0c

View file

@ -4,7 +4,6 @@
#include <iostream>
#include "User.h"
class UserTable {
public:
UserTable();
@ -29,4 +28,7 @@ class UserTable {
friend int testFindNbr(const UserTable ut);
};
// int testFindNbr(const UserTable ut);
#endif