diff --git a/2015/index.html b/2015/index.html index bca191d..dc6ff64 100644 --- a/2015/index.html +++ b/2015/index.html @@ -7,7 +7,7 @@ .gdesc-inner { font-size: 0.75rem; } body[data-md-color-scheme="slate"] .gdesc-inner { background: var(--md-default-bg-color);} body[data-md-color-scheme="slate"] .gslide-title { color: var(--md-default-fg-color);} - body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}
Skip to content

Advent of Code 2015

Day 01
 1
+    body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}      

Advent of Code 2015

Day 01
 1
  2
  3
  4
@@ -55,4 +55,4 @@
         break
 
 print(i + 1)
-
\ No newline at end of file +
\ No newline at end of file diff --git a/2018/index.html b/2018/index.html index 2773cca..16d07eb 100644 --- a/2018/index.html +++ b/2018/index.html @@ -7,11 +7,11 @@ .gdesc-inner { font-size: 0.75rem; } body[data-md-color-scheme="slate"] .gdesc-inner { background: var(--md-default-bg-color);} body[data-md-color-scheme="slate"] .gslide-title { color: var(--md-default-fg-color);} - body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}
Skip to content

Advent of Code 2018

Day 01
1
+    body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}      

Advent of Code 2018

Day 01
1
 2
 3
 4
with open("day01_input.txt", "r") as f:
     changes = [int(i) for i in f.read().splitlines()]
 
 print(sum(changes))
-
\ No newline at end of file +
\ No newline at end of file diff --git a/2019/index.html b/2019/index.html index 6629625..7c0fc59 100644 --- a/2019/index.html +++ b/2019/index.html @@ -7,7 +7,7 @@ .gdesc-inner { font-size: 0.75rem; } body[data-md-color-scheme="slate"] .gdesc-inner { background: var(--md-default-bg-color);} body[data-md-color-scheme="slate"] .gslide-title { color: var(--md-default-fg-color);} - body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}
Skip to content

Advent of Code 2019

Day 01
1
+    body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}      

Advent of Code 2019

Day 01
1
 2
 3
 4
@@ -16,4 +16,4 @@
 
 fuels = [mass // 3 - 2 for mass in data]
 print(sum(fuels))
-
\ No newline at end of file +
\ No newline at end of file diff --git a/2021/index.html b/2021/index.html index 860377b..599e9b8 100644 --- a/2021/index.html +++ b/2021/index.html @@ -7,7 +7,7 @@ .gdesc-inner { font-size: 0.75rem; } body[data-md-color-scheme="slate"] .gdesc-inner { background: var(--md-default-bg-color);} body[data-md-color-scheme="slate"] .gslide-title { color: var(--md-default-fg-color);} - body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}
Skip to content

Advent of Code 2021

Day 01
1
+    body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}      

Advent of Code 2021

Day 01
1
 2
 3
 4
diff --git a/2022/index.html b/2022/index.html
index e846fa8..65dd4dc 100644
--- a/2022/index.html
+++ b/2022/index.html
@@ -7,7 +7,7 @@
     .gdesc-inner { font-size: 0.75rem; }
     body[data-md-color-scheme="slate"] .gdesc-inner { background: var(--md-default-bg-color);}
     body[data-md-color-scheme="slate"] .gslide-title { color: var(--md-default-fg-color);}
-    body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}      

Advent of Code 2022

Day 01
 1
+    body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}      

Advent of Code 2022

Day 01
 1
  2
  3
  4
diff --git a/2023/index.html b/2023/index.html
index 6dbe894..4ae9d7a 100644
--- a/2023/index.html
+++ b/2023/index.html
@@ -7,7 +7,7 @@
     .gdesc-inner { font-size: 0.75rem; }
     body[data-md-color-scheme="slate"] .gdesc-inner { background: var(--md-default-bg-color);}
     body[data-md-color-scheme="slate"] .gslide-title { color: var(--md-default-fg-color);}
-    body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}      

Advent of Code 2023

Day 01
1
+    body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}      

Advent of Code 2023

Day 01
1
 2
 3
 4
diff --git a/404.html b/404.html
index 9e0f66d..bc681d7 100644
--- a/404.html
+++ b/404.html
@@ -1 +1 @@
- advent-of-code     

404 - Not found

\ No newline at end of file + advent-of-code

404 - Not found

\ No newline at end of file diff --git a/index.html b/index.html index ba0cf0f..5b3399c 100644 --- a/index.html +++ b/index.html @@ -7,4 +7,4 @@ .gdesc-inner { font-size: 0.75rem; } body[data-md-color-scheme="slate"] .gdesc-inner { background: var(--md-default-bg-color);} body[data-md-color-scheme="slate"] .gslide-title { color: var(--md-default-fg-color);} - body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}
\ No newline at end of file + body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}
\ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 84363dd..d904974 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ