diff --git a/2015/index.html b/2015/index.html index 67c0508..385a6a4 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 c4f0f7f..ec500a2 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 6854f50..69debd6 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 129a841..2f826fd 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ