Squelette de Rapport et README

This commit is contained in:
PACT
2022-09-22 14:17:23 +02:00
committed by TG
parent b06bd558b7
commit 5ce5c7e5e1
26 changed files with 947 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#include <stdio.h>
int main()
{
puts("hello world!");
return 0;
}