Solving problems for data structures and algorithms in rust
rustc 1.85.1
Clone the repository and navigate to the programs' repository.
Compile the project to generate an executable using the filename of
the chosen program.
Compiling a program:
$ rustc <program_file_name>
Running the compiled program:
$ <program_file_name>
$ rustc rustack.rs
$ rustack