From 8ca7e9a6f0667fb3bd0d558249aa7c67358db5f5 Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Mon, 5 Dec 2022 14:29:36 +0100 Subject: [PATCH] added gitignore --- .gitignore | 2 ++ README.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..333dc00 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +Jonas +Daniel diff --git a/README.md b/README.md index 247d5ab..f6c67bb 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ I am not necessarily trying to do it the best or most efficient way, nor choose The directories for each day contain my input file, my code and a README that shows how to run the code and what approach I used. -Also, checkout the repositories of my friends who do stuff in go, Visual Basic and php: +I recommend you take at look at 'my' solution for day *4*, which is definetly the most interesting to date. + +Also, check out the repositories of my friends who do stuff in go, Visual Basic and php: - [Daniel](https://git.quintern.xyz/TheShinyMelon/AOC_2022) - [Jonas](https://github.com/JonasBordewick/advent_of_code_2022)