Creative Commons License Foxbond's Repo

/** (c) 2012 Michał (Foxbond) Chraniuk */
#include <iostream>
using namespace std;
int main(int argc, char *argv[]) {
     cout << "*     *    **    ***    *     **"
	<<endl<< "*  *  *   *  *   *  *   *     * *"
	<<endl<< "* * * *  *    *  ***    *     *  *"
	<<endl<< "**   **   *  *   *  *   *     * *"
	<<endl<< "*     *    **    *   *  ****  **"<<endl;
    system("Pause"); return 1; }

> Back