diff --git a/01-1.py b/2016/01-1.py similarity index 100% rename from 01-1.py rename to 2016/01-1.py diff --git a/01-2.py b/2016/01-2.py similarity index 100% rename from 01-2.py rename to 2016/01-2.py diff --git a/01.txt b/2016/01.txt similarity index 100% rename from 01.txt rename to 2016/01.txt diff --git a/02-1.py b/2016/02-1.py similarity index 100% rename from 02-1.py rename to 2016/02-1.py diff --git a/02-2.py b/2016/02-2.py similarity index 100% rename from 02-2.py rename to 2016/02-2.py diff --git a/02.txt b/2016/02.txt similarity index 100% rename from 02.txt rename to 2016/02.txt diff --git a/03-1.py b/2016/03-1.py similarity index 100% rename from 03-1.py rename to 2016/03-1.py diff --git a/03-2.py b/2016/03-2.py similarity index 100% rename from 03-2.py rename to 2016/03-2.py diff --git a/03.txt b/2016/03.txt similarity index 100% rename from 03.txt rename to 2016/03.txt diff --git a/04.py b/2016/04.py similarity index 100% rename from 04.py rename to 2016/04.py diff --git a/04.txt b/2016/04.txt similarity index 100% rename from 04.txt rename to 2016/04.txt diff --git a/05.py b/2016/05.py similarity index 100% rename from 05.py rename to 2016/05.py diff --git a/06.py b/2016/06.py similarity index 100% rename from 06.py rename to 2016/06.py diff --git a/06.txt b/2016/06.txt similarity index 100% rename from 06.txt rename to 2016/06.txt diff --git a/07-1.py b/2016/07-1.py similarity index 100% rename from 07-1.py rename to 2016/07-1.py diff --git a/07-2.py b/2016/07-2.py similarity index 100% rename from 07-2.py rename to 2016/07-2.py diff --git a/07.txt b/2016/07.txt similarity index 100% rename from 07.txt rename to 2016/07.txt diff --git a/08.py b/2016/08.py similarity index 100% rename from 08.py rename to 2016/08.py diff --git a/08.txt b/2016/08.txt similarity index 100% rename from 08.txt rename to 2016/08.txt diff --git a/09-1.py b/2016/09-1.py similarity index 100% rename from 09-1.py rename to 2016/09-1.py diff --git a/09-2.py b/2016/09-2.py similarity index 100% rename from 09-2.py rename to 2016/09-2.py diff --git a/09.txt b/2016/09.txt similarity index 100% rename from 09.txt rename to 2016/09.txt diff --git a/10-1.py b/2016/10-1.py similarity index 100% rename from 10-1.py rename to 2016/10-1.py diff --git a/10.txt b/2016/10.txt similarity index 100% rename from 10.txt rename to 2016/10.txt diff --git a/2016/11-1.py b/2016/11-1.py new file mode 100644 index 0000000..4359e0d --- /dev/null +++ b/2016/11-1.py @@ -0,0 +1,10 @@ +# Python! +# Promethium = Pm, Cobalt = Co, Curium = Cm +# Ruthenium = Ru, Plutonium = Pu, + +initial_state = [ + ['GPm', 'MPm'], + ['GCo', 'GCm', 'GRu', 'GPu'], + ['MCo', 'MCm', 'MRu', 'MPu'], + [], +] \ No newline at end of file diff --git a/test.py b/2016/test.py similarity index 100% rename from test.py rename to 2016/test.py