File: TestPositiveControl.cpp

package info (click to toggle)
molmodel 3.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,384 kB
  • sloc: cpp: 39,830; perl: 526; ansic: 107; makefile: 41
file content (10 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#include <iostream>

using namespace std;

int main() {
  cout << "Testing...";
  cout << " PASSED" << endl;
  return 0;
}