summaryrefslogtreecommitdiff
path: root/sem_4/Algo/TP5/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sem_4/Algo/TP5/main.cpp')
-rw-r--r--sem_4/Algo/TP5/main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/sem_4/Algo/TP5/main.cpp b/sem_4/Algo/TP5/main.cpp
new file mode 100644
index 0000000..494e997
--- /dev/null
+++ b/sem_4/Algo/TP5/main.cpp
@@ -0,0 +1,6 @@
+#include<iostream>
+#include"Arbo.h"
+
+int main (int argc, char ** argv){
+
+}