Skip to content

Instantly share code, notes, and snippets.

@aviflombaum
Created January 26, 2015 22:33
Show Gist options
  • Select an option

  • Save aviflombaum/56202d6ebc093d1b5622 to your computer and use it in GitHub Desktop.

Select an option

Save aviflombaum/56202d6ebc093d1b5622 to your computer and use it in GitHub Desktop.
for every i, there is a stronger us Charles Mulloy
#include
using namespace std;
class For_every
{
public:
void ngular(){cout << endl << "I";};
void que(){cout<<"f";};
void ng(){cout<<" w";};
void ghting(){cout << " d";};
void vidual(){cout << "e";};
void ving(){cout << "e";};
void on(){cout << " n";};
};
class there_is_a_stronger
{
public:
void t(){cout << "ot ";};
void _(){ cout << "hang ";};
void taining(){cout << endl << "together,";};
void ting(){ cout << "we will ";};
void tling(){cout<< "surely " << endl;};
void ed(){cout << "seperately" << endl;};
};
int main()
{
For_every i; there_is_a_stronger us;
/*I*/
/*s*/i.ngular(); /*un*/i.que();
/*try*/i.ng(); /*str*/i.ving(); /*f*/i.ghting();
/*ind*/i.vidual(); /*isolat*/i.on(); /*tr*/us.t(); /*foc*/us._();
/*s*/us.taining(); /*adj*/us.ting(); /*b*/us.tling();
/*victori*/us._(); /*f*/us.ed();
/*Us*/
}
@jmburges

Copy link
Copy Markdown

make line 3 #include <iostream>

Compile with g++ myFile.cpp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment