Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 330 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 330 Bytes

Half-Life 1 WON keygen

Building

Install build dependencies.

sudo apt install cargo rust    # Debian
sudo dnf install cargo rust    # Fedora
sudo pacman -S cargo rust      # Arch Linux

Then build the program with:

cargo build

Run the tests with:

cargo test

License

BSD-2-Clause