From a92ae78e913cc8ee686e223e043750f6db7aab6b Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Wed, 6 Dec 2023 03:45:54 +0400 Subject: [PATCH] Added README.md. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..60057d4 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +Advent Of Code 2023 done in C +============================= + +My machine has 8GiB of RAM and a 4-core Intel i5 4690 processor. + +Day 5 part 2 takes **1m20s** at average to complete with openmp, and **3m39.8s** (single measure) without it. \ No newline at end of file