mirror of
https://github.com/SinTan1729/Unscrambler.git
synced 2025-04-18 10:57:40 -05:00
19 lines
No EOL
365 B
Markdown
19 lines
No EOL
365 B
Markdown
# Unscrambler
|
|
A simple tool to unscramble English words.
|
|
|
|
# Dependencies
|
|
|
|
`g++` or any other `C++` compiler.
|
|
|
|
# Installation
|
|
|
|
```
|
|
git clone https://github.com/SinTan1729/Unscrambler
|
|
cd Unscrambler
|
|
g++ Unscrambler.cpp -o Unscrambler
|
|
```
|
|
Or, you can simply use the precompiled binary that's included.
|
|
|
|
# Usage
|
|
|
|
Just run the binary, and follow the simple instructions. |