[ create a new paste ] login | about

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

george_edison - C++, pasted on Nov 17:
1
2
3
4
5
6
#include <iostream>

int main(int, char **)
{
    std::cout << (1,2,3,4) << std::endl;
}


Output:
1
4


Create a new paste based on this one


Comments: