Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 605 Bytes

File metadata and controls

24 lines (16 loc) · 605 Bytes

Solver

Gitpod

Algorithms to find shortest and simplest possible functions for given input and output data ranges.

Prerequisites

Usually it is enough to use rust-toolchain.toml file for cargo configuration. In case you need to install required toolchain manually, you can use that command:

rustup toolchain install stable && cargo +stable build

Run

cargo run

Save result to file

cargo run 2>&1 | tee result.txt