diff --git a/2015/index.html b/2015/index.html index dc6ff64..f39288c 100644 --- a/2015/index.html +++ b/2015/index.html @@ -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 16d07eb..146f0f5 100644 --- a/2018/index.html +++ b/2018/index.html @@ -14,4 +14,4 @@ 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 7c0fc59..baa1d0d 100644 --- a/2019/index.html +++ b/2019/index.html @@ -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