finish the checker error

This commit is contained in:
Maoake Teriierooiterai
2026-01-09 11:59:44 +01:00
parent 0e5ef61de7
commit 90d45b07ae
12 changed files with 277 additions and 19 deletions

View File

@@ -14,7 +14,7 @@
#include "parsing.h"
#include <stdlib.h>
static int wich_mod(int mod)
int wich_mod(int mod)
{
if (mod == 0)
return (1);