DEBSOURCES
Skip Quicknav
sources / molmodel / 3.1.0-5 / tests / TestPositiveControl.cpp
12345678910
#include <iostream> using namespace std; int main() { cout << "Testing..."; cout << " PASSED" << endl; return 0; }