# Holymer A programming language ## Contributing You need to have [Rust Toolchain](https://github.com/rust-lang/rust) installed on your machine before building it. ```shell $ git clone https://github.com/azur1s/holymer.git $ cd holymer # build with `cargo build` ```