Add times

This commit is contained in:
Daniel Flanagan 2019-12-01 14:58:59 -06:00
parent 38e03b1587
commit 59c00b921f
1 changed files with 11 additions and 0 deletions

11
2019/times.md Normal file
View File

@ -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
```