Add times
This commit is contained in:
parent
38e03b1587
commit
59c00b921f
11
2019/times.md
Normal file
11
2019/times.md
Normal 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
|
||||
```
|
Loading…
Reference in a new issue