Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 337 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 337 Bytes

Password Generator

A simple password generator app written in c++.

Dependencies

  1. cmake
  2. make
  3. C++11 compiler

Installation

  1. Clone the repo.
git clone https:/Abir10101/password_generator.git
  1. Execute the commands
cd password_generator
./build.sh
./run.sh

And thats it. Enjoy!