From 59c00b921f9ccecf4080f6f555849b325a9e15a0 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sun, 1 Dec 2019 14:58:59 -0600 Subject: [PATCH] Add times --- 2019/times.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 2019/times.md 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 +```