Skip to content

casellner/ASCII-art-snowflakes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII-art-snowflakes

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.

How to Run

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.

About

My entry for Stack Overflow's Code Challenge #3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages