[ create a new paste ] login | about

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

spamalot - C++, pasted on Oct 24:
1
2
3
4
5
6
7
#include <iostream>
using namespace std;

int main(){
    printf("Stop spamming!!!");
    return 0;
}


Output:
1
Stop spamming!!!


Create a new paste based on this one


Comments: