diff --git a/main.m b/main.m
new file mode 100644
index 0000000000000000000000000000000000000000..504470a379efe51e5e53975a963019362017b018
--- /dev/null
+++ b/main.m
@@ -0,0 +1,15 @@
+%% Tutorial example on symbolic control
+%% Author: Antoine GIRARD, Université Paris-Saclay, CNRS, CentraleSupélec, Laboratoire des signaux et systèmes, 91190, Gif-sur-Yvette, France.
+%% Date: 2024
+
+% Abstraction
+
+symb_abs;
+
+% Controller synthesis
+
+symb_synth;
+
+% Simulation
+
+symb_sim;
\ No newline at end of file