Skip to content

Instantly share code, notes, and snippets.

@Adals20
Created February 17, 2017 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Adals20/462e5a40240654eab953b40ef91c8f06 to your computer and use it in GitHub Desktop.
Save Adals20/462e5a40240654eab953b40ef91c8f06 to your computer and use it in GitHub Desktop.
#include <iostream>
using namespace std;
main(){
cout << " C" << endl;
cout << " i I" << endl;
cout << " s s" << endl;
cout << " b b" << endl;
cout << " e e" << endl;
cout << " s s" << endl;
cout << "t s e b s i C i s b e s t" << endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment