diff --git a/User-Guide.md b/User-Guide.md new file mode 100644 index 0000000..fcc89a9 --- /dev/null +++ b/User-Guide.md @@ -0,0 +1,2 @@ +## Compiling Rust programs +To make compiling as easy as possible (and allow single-file solutions), I want to avoid using [cargo](https://doc.rust-lang.org/cargo/). Rust programs can therefore be easily compiled with `rustc` by running the following command: `rustc `. The resulting binary file can then be executed on linux by running `./main`. \ No newline at end of file