/rosalind-exercises-rust

Practicing Rust by working through Rosalind exercises.

Primary LanguageRustMIT LicenseMIT

Rosalind - Rust

Practicing Rust by working through Rosalind exercises.

Usage

  • cargo test will execute tests
  • cargo run [problem] will execute the solution for the problem residing at https://rosalind.info/problems/[problem]/ if i have implemented a solution.