diff --git a/DEV1.1/TP01/#corbillo-3-tp01-reponses.txt# b/DEV1.1/TP01/#corbillo-3-tp01-reponses.txt# new file mode 100644 index 0000000..a53ed23 --- /dev/null +++ b/DEV1.1/TP01/#corbillo-3-tp01-reponses.txt# @@ -0,0 +1,2 @@ +I- +1 \ No newline at end of file diff --git a/DEV1.1/TP02/bases.c b/DEV1.1/TP02/bases.c new file mode 100644 index 0000000..7cebf77 --- /dev/null +++ b/DEV1.1/TP02/bases.c @@ -0,0 +1,9 @@ +#include +#include + +int main(void) { + printf("%d\n", 72); + printf("%d\n", 0110); + printf("%d\n", 0x48); + return EXIT_SUCCESS; +} \ No newline at end of file