Skip to content

Omega1902/adventofcode-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode Rust

This is an implementation of the AdventOfCode challenges written in Rust.
My personal goal is to get into the programming language, as I've never written a single line of code in rust before.

How to use

  1. Install Rust
  2. Clone repo or download all files
  3. Run all implemented days: cargo run
  4. Run specific day (e.g. day 1): cargo run -- 1
  5. Download input data from AdventOfCode: cargo run -- -d
  6. More information: cargo run -- -h

How to test

cargo test

About

AdventOfCode challenges solved in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published