init mod05 and externalize headers

This commit is contained in:
hugo LAMY
2025-03-12 15:27:20 +01:00
parent e29965c502
commit 3a4aa32434
9 changed files with 191 additions and 1 deletions

6
module05/ex00/main.c Normal file
View File

@@ -0,0 +1,6 @@
#include "header.h"
// description
int main() {
while(1);
}