https://github.com/theskumar/aoc-2022
Daily Solutions for Advent of Code 2022
https://github.com/theskumar/aoc-2022
Last synced: about 1 year ago
JSON representation
Daily Solutions for Advent of Code 2022
- Host: GitHub
- URL: https://github.com/theskumar/aoc-2022
- Owner: theskumar
- Created: 2022-12-06T05:43:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T07:32:53.000Z (over 3 years ago)
- Last Synced: 2025-04-26T22:14:05.180Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 43.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AOC 2022
Coded in python 3.10+
Quick start:
```
python -m venv venv
source venv/bin/activate
```
```
pip install jupyterlab
jupyter lab
```