1
0
mirror of https://gitlab.com/MisterBiggs/advent-of-code-2019.git synced 2025-06-16 07:06:40 +00:00

cleaned up notebook

This commit is contained in:
Anson 2019-12-01 19:01:43 -07:00
parent 87877e8e2f
commit 3c9cb21f4d

View File

@ -107,13 +107,6 @@
" fuel_total += actual_fuel(mass)\n", " fuel_total += actual_fuel(mass)\n",
"print(fuel_total)" "print(fuel_total)"
] ]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
} }
] ]
} }