Roberto Di Remigio 9e2f51ef25 Python interpreter and libraries/headers detection.
- The user can now pass its own interpreter.
- Development libraries and headers can be requested.
- Travis-CI switched to new container-based workers.
2015-08-28 19:13:03 +02:00

8 lines
77 B
C++

#include <iostream>
int main()
{
std::cout << "PASSED";
return 0;
}