/rust-compprog-template

Simple template for using Rust in competitive programming

Primary LanguageRust

Rust Template for Competitive Programming

Contains simple input/output code that is convenient to use and ensures that you're not bottlenecked by IO.

Setting up Rust

You'll want to use Rustup to install and manage Rust versions. On macOS, you can also use Homebrew to install rustup:

brew install rustup-init
rustup-init