Christoph Niethammer
9e651b17c0
* testing availability of the compiler via version check ("CC --version") * compiling C++ program including the stdexcept header
3 lines
44 B
C++
3 lines
44 B
C++
#include <stdexcept>
|
|
|
|
int main(){return 0;}
|