diff --git a/2015/index.html b/2015/index.html index 385a6a4..660b40c 100644 --- a/2015/index.html +++ b/2015/index.html @@ -55,6 +55,6 @@ break print(i + 1) -
\ No newline at end of file diff --git a/2018/index.html b/2018/index.html index ec500a2..ea9653d 100644 --- a/2018/index.html +++ b/2018/index.html @@ -14,6 +14,6 @@ changes = [int(i) for i in f.read().splitlines()] print(sum(changes)) -
\ No newline at end of file diff --git a/2019/index.html b/2019/index.html index 69debd6..f769815 100644 --- a/2019/index.html +++ b/2019/index.html @@ -16,6 +16,6 @@ fuels = [mass // 3 - 2 for mass in data] print(sum(fuels)) -
\ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 2f826fd..50cb469 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ