diff --git a/sections/01.md b/sections/01.md
index c06663c..31a1f00 100644
--- a/sections/01.md
+++ b/sections/01.md
@@ -1,8 +1,5 @@
# Round 1
-
-
-
---
# 1
@@ -28,10 +25,188 @@ try {
---
-
+
Catch Me If You Can (2002)
source: https://en.wikipedia.org/wiki/File:Catch_Me_If_You_Can_2002_movie.jpg
+
+---
+
+# 2
+
+---
+
+```
+while not ship.has_reached(destination):
+ ship.float()
+ if ship.has_hit(frozen_obstacle):
+ break
+```
+
+---
+
+
+
+
+---
+
+
+
+
Titanic (1997)
+
+ source: https://en.wikipedia.org/wiki/File:Titanic_(Official_Film_Poster).png
+
+
+
+
+---
+
+# 3
+
+
+---
+
+```
+return 42
+```
+
+---
+
+
+
+
+---
+
+
+
+
Hitchhiker's Guide to the Galaxy (1979)
+
+ source: https://en.wikipedia.org/wiki/File:H2G2_UK_front_cover.jpg
+
+
+
+
+---
+
+# 4
+
+---
+
+```
+let it = 'go';
+```
+
+---
+
+
+
+
+---
+
+
+
+
Frozen (2013)
+
+ source: https://en.wikipedia.org/wiki/File:Frozen_(2013_film)_poster.jpg
+
+
+
+
+---
+
+# 5
+
+
+---
+
+```
+(1) #E6E6E6 (2) #B8B8B8 (3) #BDBDBD
+(4) #A4A4A4 (5) #848484 (6) #585858
+(7) #424242 (8) #6E6E6E (9) #2E2E2E
+(10) #151515 (11) #7D7D82 (12) #3D3C44
+(13) #3B3A3E ... (49) #5B585A (50) #596159
+```
+
+---
+
+
+
+
+---
+
+
+
+
50 Shades of Grey (2011)
+
+ source: https://en.wikipedia.org/wiki/File:50ShadesofGreyCoverArt.jpg
+
+
+
+
+---
+
+# 6
+
+
+---
+
+```
+for day in days:
+ hog.greet()
+ if hero.enhance_karma():
+ break
+```
+
+---
+
+
+
+
+---
+
+
+
+
Groundhog Day (dt. Und täglich grüßt das Murmeltier (1993)
+
+ source: https://en.wikipedia.org/wiki/File:Groundhog_Day_(movie_poster).jpg
+
+
+
+
+---
+
+# 7
+
+
+---
+
+```
+class Madman {
+ void handleMessengerNews() {
+ if (messenger.insult() && messenger.threaten()) {
+ System.out.println("THIS IS SPARTA!");
+ kick();
+ }
+ }
+}
+```
+
+---
+
+
+
+
+---
+
+
+
+
300 (2006)
+
+ source: https://en.wikipedia.org/wiki/File:300poster.jpg
+
+
+
+
diff --git a/sections/02.md b/sections/02.md
index e69de29..fd89d23 100644
--- a/sections/02.md
+++ b/sections/02.md
@@ -0,0 +1,202 @@
+
+# ROUND 2
+
+---
+
+# 1
+
+
+---
+
+```
+Dream d = Dream(new Dream(new Dream(new Dream())));
+```
+
+---
+
+
+
+
+---
+
+
+
+
Inception (2010)
+
+ source: https://en.wikipedia.org/wiki/File:Inception_(2010)_theatrical_poster.jpg
+
+
+
+
+---
+
+# 2
+
+
+---
+
+```
+hero.has_hairy_feet() = True
+```
+
+---
+
+
+```
+hero.goal = "Destroy the tiny piece of jewellery"
+```
+
+
+---
+
+
+
+
The Lord of the Rings (1954-1955)
+
+ source: https://en.wikipedia.org/wiki/File:First_Single_Volume_Edition_of_The_Lord_of_the_Rings.gif
+
+
+
+
+---
+
+# 3
+
+
+---
+
+```
+hero.age = "young";
+hero.suffer();
+```
+
+---
+
+
+
+
+---
+
+
+
+
Die Leiden des jungen Werther (engl. The Sorrows of Young Werther , 1774)
+
+ source: https://commons.wikimedia.org/wiki/File:Goethe_1774.JPG
+
+
+
+
+---
+
+# 4
+
+
+---
+
+```
+for each person in story:
+ person.goal = "Sit on the most uncomfortable chair in the world"
+```
+
+---
+
+
+
+
+---
+
+
+
+
Game of Thrones / Song of Ice and Fire (1991-)
+
+ source: https://en.wikipedia.org/wiki/File:Game_of_Thrones_title_card.jpg
+
+
+
+
+---
+
+# 5
+
+
+---
+
+```
+while finger == bony {
+ feed children;
+}
+```
+
+---
+
+
+
+
+---
+
+
+
+
Hänsel und Gretel
+
+ source: https://en.wikipedia.org/wiki/File:Hansel_and_Gretel_Witch_Hunters_.jpg
+
+
+
+
+---
+
+# 6
+
+
+---
+
+```
+if hero.activity == sunbathing:
+ hero.sparkles()
+ heroine.swoons()
+```
+
+---
+
+
+
+
+---
+
+
+
+
Twilight (2005)
+
+ source: https://en.wikipedia.org/wiki/File:Twilightbook.jpg
+
+
+
+
+---
+
+# 7
+
+
+---
+
+```
+bool down = true;
+ NOT down;
+```
+
+---
+
+
+
+
+---
+
+
+
+
Up (2009)
+
+ source: https://en.wikipedia.org/wiki/File:Up_(2009_film).jpg
+
+
+
+
diff --git a/sections/example.md b/sections/example.md
index 3f49c6a..fa7c84a 100644
--- a/sections/example.md
+++ b/sections/example.md
@@ -20,3 +20,29 @@ make code great again
---
+
+# 1
+
+
+---
+
+```
+
+```
+
+---
+
+
+
+
+---
+
+
+
+
+
+ source: https://en.wikipedia.org/wiki/File:Inception_(2010)_theatrical_poster.jpg
+
+
+
+