Skip to content

palindrom615/problem-solving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use

  1. Copy blank.rs

    cp src/bin/{blank.rs,<number of the problem>.rs}
  2. Solve the problem

  3. Run unit test

    cargo test --bin <number of the problem>
  4. Run program

    cargo run --bin <number of the problem>

About

My problem solving setting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages