Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 392 Bytes

File metadata and controls

6 lines (3 loc) · 392 Bytes

Training Platform Fall 2025 Challenges Archive

Welcome! You can find all the challenges for the Training Platform Fall 2025 and their corresponding files here.

Any service-based challenges (challenges with docker-compose.yml and Dockerfile files) requires running containers. From the challenge folder run docker compose up -d --build. To stop and clean, run docker compose down.