1
0
This repository has been archived on 2024-11-25. You can view files and clone it, but cannot push or open issues or pull requests.

21 lines
946 B
C++
Raw Normal View History

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* 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:
};