septembre + octobre

This commit is contained in:
2023-10-12 16:39:49 +02:00
commit 06bf5f9488
389 changed files with 4233 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
mem.o : mem.h mem.c
gcc -c mem.c
main : main.c mem.o
gcc -o main main.c mem.o