Ajout du test n°22 + Correction du makefile du projet
This commit is contained in:
7
tests/C/test-22-future-timestamp/bake/main.c
Normal file
7
tests/C/test-22-future-timestamp/bake/main.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void){
|
||||
printf("Ceci est un programme de test pour le test n°22.\n");
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user