1
0

」 feat: finished ex01 (normally)

This commit is contained in:
2025-03-30 16:18:58 +02:00
parent e5bf6c151c
commit 2b136d90f4
6 changed files with 27 additions and 24 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/12/23 14:01:11 by adjoly #+# #+# */
/* Updated: 2025/03/29 15:44:03 by adjoly ### ########.fr */
/* Updated: 2025/03/30 15:13:07 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -43,7 +43,7 @@ int main(void) {
} catch (const std::exception &e) {
std::cerr << "Error : " << e.what() << std::endl;
}
Form f;
Form f("le contrattt", 5, 5);
su.signForm(f);