Implement day 21.

This commit is contained in:
2018-12-21 13:54:12 +01:00
parent 92e305db46
commit 71c18e44e1
4 changed files with 78 additions and 28 deletions

View File

@@ -19,7 +19,7 @@ def preamble():
int c = 0;
int d = 0;
int e = 0;
int f = 0;''')
int f = 0;\n''')
def footer():