22 lines
977 B
C++
22 lines
977 B
C++
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* Array.hpp :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: aortigos <aortigos@student.42malaga.com> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2026/03/21 17:04:01 by aortigos #+# #+# */
|
|
/* Updated: 2026/03/21 17:04:01 by aortigos ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#ifndef ARRAY_HPP
|
|
|
|
# define ARRAY_HPP
|
|
|
|
# include <iostream>
|
|
|
|
# include "Array.tpp"
|
|
|
|
#endif
|