Skip to content

vikyw89/advent_of_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Rust

This repository contains my solutions for the Advent of Rust programming challenges.

Structure

The repository is organized with each day's challenge in its own directory:

  • day04/: Contains solutions for Day 4 challenge
  • day05/: Contains solutions for Day 5 challenge
  • day06/: Contains solutions for Day 6 challenge
  • day07/: Contains solutions for Day 7 challenge

Each day's directory contains a src/main.rs file with the solution code.

Running the Solutions

To run a specific day's solution, use the following command from the root of the repository:

cargo run --bin day04

Releases

Packages

Used by

Contributors

Languages