mirror of
https://github.com/SinTan1729/Unscrambler.git
synced 2024-12-27 20:58:35 -06:00
25 lines
485 B
Markdown
25 lines
485 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.
|
|
|
|
### _You might buy me a cup of coffee:_
|
|
|
|
**UPI (preferred) : sintan@ybl**
|
|
|
|
**PayPal : sayantan.santra689@gmail.com**
|