diff --git a/2019/times.md b/2019/times.md new file mode 100644 index 0000000..ee04df9 --- /dev/null +++ b/2019/times.md @@ -0,0 +1,11 @@ +# Day 1 + +```sh +$ time moon 1.moon +Part 1: 3399394 +Part 2: 5096223 + +real 0m0.043s +user 0m0.037s +sys 0m0.006s +```