Unscrambler/README.md

19 lines
365 B
Markdown
Raw Permalink Normal View History

2020-06-27 08:58:14 -05:00
# Unscrambler
A simple tool to unscramble English words.
# Dependencies
`g++` or any other `C++` compiler.
# Installation
```
git clone https://github.com/SinTan1729/Unscrambler
2020-06-27 09:14:51 -05:00
cd Unscrambler
g++ Unscrambler.cpp -o Unscrambler
```
Or, you can simply use the precompiled binary that's included.
# Usage
2022-01-07 03:01:16 -06:00
Just run the binary, and follow the simple instructions.