This repo is my simple entry for Stack Overflow's Code Challenge #3: Devise a mechanism to create snowflake art using ASCII characters given a random seed. You can check out the challenge and my submission with these links.
compile the code with g++ snowflake.cpp -o snowflake and run it with ./snowflake.exe 123 e or ./snowflake.out 123 e where '123' is your seed and 'e' is an optional parameter that interactively prints information about the formation of a snowflake.