File: TestPositiveControl.cpp

package info (click to toggle)
molmodel 3.0~svn842-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 24,616 kB
  • sloc: cpp: 40,500; perl: 526; ansic: 317; makefile: 50
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;
}