# AoC **Repository Path**: gabriel_wu/AoC ## Basic Information - **Project Name**: AoC - **Description**: Solutions to Advent of Code. - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-27 - **Last Updated**: 2022-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Advent of Code ## 2021 This year, I decide to write my solutions with Jupyter notebooks. I will mostly use Python when competing, but will reimplement in other languages after that. The folder structure is: - utils - aoc.py (useful functions and constants) - .env (`AOC_SESSION=`) - 2021 - Day01.ipynb, Day02.ipynb, ... (Python solutions) - kotlin (`#aoc-2021-in-kotlin`) - Day01.ipynb, Day02.ipynb, ... (Kotlin solutions) - elixir - Day01.ipynb, Day02.ipynb, ... (Elixir solutions) - ruby - Day01.ipynb, Day02.ipynb, ... (Ruby solutions) - julia - Day01.jl, Day02.jl, ... (Julia solutions, using Pluto.jl) - other languages to be added