Skip to content

minty99/boj-rust-snippet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOJ Rust snippet

How to use

  • You can write your solution in solve() function in lib.rs.
  • cargo run to run your solution with stdin and stdout
  • cargo run -- <problem_id> to test your solution by samples on BOJ.
    • No special judge is supported; only checks for string equality.

About

BOJ snippet in Rust, with automatic sample tester

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages