Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
tests.cpp
Go to the documentation of this file.
1 #include <bikex.h>
2 #include <iostream>
3 
4 using namespace std;
5 
6 int main()
7 {
8  cout << "Testing bikex" << endl;
9  return 0;
10 }
int main()
Definition: tests.cpp:6