1
0

🎉」 init(Phonebook): Started structure

This commit is contained in:
2024-10-26 00:46:47 +02:00
parent 858ab1dae7
commit 8f713dcc3c
4 changed files with 113 additions and 0 deletions

20
ex01/includes/Contact.hpp Normal file
View File

@ -0,0 +1,20 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* Contact.hpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/10/26 00:41:12 by adjoly #+# #+# */
/* Updated: 2024/10/26 00:44:00 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
#pragma once
class Contact {
private:
public:
};

View File

@ -0,0 +1,20 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* PhoneBook.hpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/10/26 00:41:10 by adjoly #+# #+# */
/* Updated: 2024/10/26 00:43:39 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
#pragma once
class PhoneBook {
private:
public:
};