ArchiSys/TP/TP1/rendu/test.c
2024-03-26 17:45:20 +01:00

9 lines
121 B
C

#include <string.h>
#include "mmap.h"
int main(int argc, char **argv) {
// Some really cool tests!
return 0;
}