Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 269 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 269 Bytes

random-string-generator

An interactive random string generator.

Generates an ASCII string from a specified character set.

Build & Run

Build with make or make rsg. The compiled binary is called rsg. Alternatively, build and run in one go with make run.