[ create a new paste ] login | about

Link: http://codepad.org/9ViOuJsI    [ raw code | fork ]

C++, pasted on Jun 30:
1
2
3
4
//bin/true; echo im printed by bash; cat >/dev/null <<//END
#include <iostream>
int main() { std::cout << "im printed by c++" << std::endl; }
//END 


Create a new paste based on this one


Comments: