[ create a new paste ] login | about

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

C++, pasted on Oct 9:
1
2
3
4
5
6
7
#include <iostream>

int main() {

std::cout << __GNUC__ << "." << __GNUC_MINOR__ << "." << __GNUC_PATCHLEVEL__;

}


Output:
1
4.1.2


Create a new paste based on this one


Comments: