From 9458f937b71b430249a2fee44b17f321159eecef Mon Sep 17 00:00:00 2001 From: Eugene <72792408+Groni3000@users.noreply.github.com> Date: Sun, 1 Jan 2023 18:09:53 +0200 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f2cb42 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# aoc_rust +AOC — `https://adventofcode.com` +December, every year, some people publishes puzzles with Christmas|New Year theme, 1 puzzle per day until Christmas. + +I thought it's good opportunity to "learn" (I mean get used to its syntax and common things) new programming language.