1
0

」 feat: finished ex03

This commit is contained in:
2025-04-03 16:07:05 +02:00
parent bb8d13b9ed
commit bd578ea11e
17 changed files with 811 additions and 5 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/12/23 14:01:11 by adjoly #+# #+# */
/* Updated: 2025/04/03 14:32:57 by adjoly ### ########.fr */
/* Updated: 2025/04/03 15:49:50 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -48,8 +48,8 @@ int main(void) {
try {
s.beSigned(knl);
knl.executeForm(s);
} catch (std::exception &e) {
knl.executeForm(s);
std::cerr << "Error : " << e.what() << std::endl;
}