remove useless file
This commit is contained in:
parent
1ad63a6e29
commit
7157655bd0
11
tp1/main.c
11
tp1/main.c
@ -1,11 +0,0 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main() {
|
||||
int x = 612657948;
|
||||
if (x % 3 == 0)
|
||||
printf("%d est multiple de trois.\n", x);
|
||||
else
|
||||
printf("%d n’est pas multiple de trois, le reste est %d.\n", x, x % 3);
|
||||
exit(0);
|
||||
}
|
Loading…
Reference in New Issue
Block a user