From 5fa40357cd66f61d63425f8d98fc966351f61fc1 Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Wed, 13 Dec 2023 16:28:46 +0100 Subject: [PATCH] add loc --- 10/README.md | 16 ++++++++++++++++ 11/README.md | 13 +++++++++++++ README.md.temp | 2 ++ 3 files changed, 31 insertions(+) create mode 100644 10/README.md create mode 100644 11/README.md diff --git a/10/README.md b/10/README.md new file mode 100644 index 0000000..b9188a3 --- /dev/null +++ b/10/README.md @@ -0,0 +1,16 @@ +# [Day 10](https://adventofcode.com/2023/day/10) +:gift::gift::gift::gift::gift::gift::gift::gift::gift::gift: + +Today's language: **Rust** + +Lines of code: **136** + +Execution time: **0,003 s** + +I used lots of simple bitwise operations because I might implement this solution later on my DIY 8-bit computer. + +```shell +rustc day10.rs +./day10RUN +``` + diff --git a/11/README.md b/11/README.md new file mode 100644 index 0000000..52be051 --- /dev/null +++ b/11/README.md @@ -0,0 +1,13 @@ +# [Day 11](https://adventofcode.com/2023/day/11) +:gift::gift::gift::gift::gift::gift::gift::gift::gift::gift::gift: + +Today's language: **Rust** + +Lines of code: **66** + +Execution time: **0,005 s** + +```shell +rustc day11.rs +./day11RUN +``` diff --git a/README.md.temp b/README.md.temp index 54b875d..9909281 100644 --- a/README.md.temp +++ b/README.md.temp @@ -3,6 +3,8 @@ Today's language: **LANG** +Lines of code: **LOC** + Execution time: **EXECTIME** ```shell