[ create a new paste ] login | about

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

C++, pasted on Sep 19:
1
2
3
4
#include <iostream>
int main() {
   std::cout<<__VERSION__<<std::endl;
}


Output:
1
4.1.2


Create a new paste based on this one


Comments: