Skip to content

Sboonny/advent-of-code-with-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  • To start the project, pick a branch and run:
cargo run
  • The tutorial is from CLI in Rust docs. To run it, run:
cargo run -- main src/advent-of-code15/[file-name].rs
  • To run different files, change the [file-name] value in Cargo.toml.

  • To log in the file that has use log::{info, warn}; in it, run:
<!-- windows -->
set RUST_LOG=info

<!-- Linux and MacOs -->
env RUST_LOG=info

cargo run --bin output-log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published