1
0

」 feat: finished ex02

This commit is contained in:
2025-04-03 14:34:21 +02:00
parent 9e85ca79d9
commit bb8d13b9ed
13 changed files with 238 additions and 22 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/03/08 20:10:59 by adjoly #+# #+# */
/* Updated: 2025/04/01 11:03:13 by adjoly ### ########.fr */
/* Updated: 2025/04/03 13:50:38 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -61,4 +61,4 @@ class AForm {
void _gradeCheck(void) const;
};
std::ostream &operator<<(std::ostream &, Form &);
std::ostream &operator<<(std::ostream &, AForm &);