Compare commits
12 Commits
c851648166
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c4cf65996 | |||
| 0c7e1e0ba4 | |||
| 3b8db3e80f | |||
| fe6716b468 | |||
| 24b343d3f8 | |||
| 266558bb15 | |||
| c25f1daf76 | |||
| 496c403ec1 | |||
| 5cc1460a3e | |||
| c604da12c7 | |||
| dde52bb9db | |||
| 171fdb4329 |
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM rust:latest
|
||||
|
||||
# Install Rust nightly toolchain
|
||||
RUN rustup toolchain install nightly && \
|
||||
rustup default nightly
|
||||
|
||||
# Install cargo-aoc from specific GitHub repository
|
||||
RUN cargo install --git https://github.com/ggriffiniii/cargo-aoc cargo-aoc
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /workspace
|
||||
783
aocsync.py
783
aocsync.py
File diff suppressed because it is too large
Load Diff
@@ -61,6 +61,12 @@ repositories:
|
||||
#- year: 2024
|
||||
# url: "https://github.com/user2/aoc-2024"
|
||||
# local_path: "repos/user2-2024"
|
||||
- name: "akramer"
|
||||
type: "multi-year" # one repo per year
|
||||
years:
|
||||
- year: 2025
|
||||
url: "https://github.com/akramer/aoc2025"
|
||||
local_path: "repos/akramer-2025"
|
||||
|
||||
# Didn't use cargo aoc
|
||||
# - name: "akramer"
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
PyYAML>=6.0
|
||||
Flask>=2.0.0
|
||||
|
||||
Reference in New Issue
Block a user