Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 934 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 934 Bytes

Shuttle's Christmas Code Hunt 2023

The Shuttle Christmas Code Hunt is a set of Rust challenges that were released throughout December 2023.

Prerequistites

If you haven't yet, install Rust and install cargo-shuttle 0.34.0 or higher.

You can check the versions with cargo -V and cargo shuttle -V.

How to get started

Open Challenge -1 for a guide to get started with using Shuttle, and follow along the journey to build a web server for solving all of Santa's problems!

You can also read the challenges on the Shuttle Console.

How to validate my solutions

Locally, you can use the validator.

You can also deploy your solution to Shuttle and validate it there. Go to the challenge pages on Shuttle Console for instructions.