cyrilmottier / aoc-2022

Advent of Code 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022

Link of the challenge : https://adventofcode.com/

Organization

Since we will be several at doing challenge, I propose we use the following code structure:

  • at the top level, a directory per day (01, 02, …)
  • in each "day directory", a directory per user based on your GitHub handle (cyrilmottier, etc.). In this dorectory, you are free to do whatever you want!
├── 01
│   ├── cyrilmottier
│   │   ├── day01-part2.kts
│   │   ├── day01.kts
│   │   └── input.txt
│   ├── johndoe
│   │   └── foo
│   │       ├── bar
│   │       ├── baz

Of course, you are free to participate whenever you wish to do so. Don't feel forced to anything.

About

Advent of Code 2022


Languages

Language:Kotlin 35.3%Language:OCaml 18.2%Language:JavaScript 17.5%Language:Nim 13.0%Language:Clojure 5.8%Language:Python 5.3%Language:Dart 2.4%Language:Assembly 1.3%Language:Elixir 1.3%