ajout tp1

This commit is contained in:
2025-09-02 17:14:06 +02:00
parent c37cf9fa91
commit ba53be1bc3
23 changed files with 1097 additions and 0 deletions

6
tp/tp1/src/ex3/null.c Normal file
View File

@@ -0,0 +1,6 @@
#include "helpers.h"
int main(int argc, char **argv)
{
return interlude();
}