Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 280 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 280 Bytes

Identicon.cpp

C++ implementation of the Identicon.

Usage

To compile run:

cmake -S . -B build
cmake --build build

Replace ${awesome_username} with your input string

./build/identicon_cpp awesome_username