Change to use uv and pyproject.toml, as well as aocd lib for python
This commit is contained in:
4
2024/03/solution.py
Normal file
4
2024/03/solution.py
Normal file
@ -0,0 +1,4 @@
|
||||
from aocd import get_data
|
||||
data = get_data(day=3, year=2024)
|
||||
|
||||
print(data)
|
Reference in New Issue
Block a user