/Fast

C++ header to print a well defined ASCII Sonic the Hedgehog

Primary LanguageC++

🔵 Fast 🔵

Fast.hpp

Function: void printSonicTheHedgehog()

This Function prints a well defined ASCII Sonic the Hedgehog to standard out.

bjarne.txt

A bonus file courtesy of JOBBIN9422

Usage

Include Fast.hpp in your project and call printSonicTheHedgehog(); when you require an ASCII Sonic The Hedgehog printed to standard out.

Please see example.cpp of how to do this. You can build this file by running make in a Linux terminal; And run it by running ./a.out