/identicon.cpp

C++ implementation of the Identicon

Primary LanguageC++

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