[ create a new paste ] login | about

Link: http://codepad.org/G8WAEudQ    [ raw code | output | fork ]

C++, pasted on Jul 24:
1
2
3
4
5
6
7
8
#include <iostream>

int main( int argc, char *argv[])
{
    std::cout << "Shame on you for buying the Coliru.com domain and ";
    std::cout << "redirecting here without talking to the Coliru.stack-crooked.com ";
    std::cout << "people" << std::endl;
}


Output:
1
Shame on you for buying the Coliru.com domain and redirecting here without talking to the Coliru.stack-crooked.com people


Create a new paste based on this one


Comments: