Creative Commons License Foxbond's Repo

/** (c) 2012 Michał (Foxbond) Chraniuk */
#include <iostream.h>




int main () {
     
     cout << "*   * * *** * *   *   *\n** ** * *   * *  * *  *\n* * * * *   ***  * *  *\n*   * * *   * * ***** *\n*   * * *** * * *   * ***\n";
     
     cout << "\n";
     
     
     system("pause");
     
     return 0;
}

> Back