「✨」 feat: finished ex01 (normally)
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user