ex02
This commit is contained in:
23
ex02/main.cpp
Normal file
23
ex02/main.cpp
Normal file
@@ -0,0 +1,23 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* main.cpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2026/03/01 10:26:57 by aortigos #+# #+# */
|
||||
/* Updated: 2026/03/01 10:42:18 by aortigos ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "Base/Base.hpp"
|
||||
|
||||
int main()
|
||||
{
|
||||
srand(time(NULL));
|
||||
|
||||
Base *b = generate();
|
||||
|
||||
identify(*b);
|
||||
delete(b);
|
||||
}
|
||||
Reference in New Issue
Block a user