view unit-tests/BTrack Tests/main.cpp @ 14:18fc3c248436 develop

Added a unit testing project, and did some commenting. Also moved python-module into a modules-and-plug-ins folder
author Adam <adamstark.uk@gmail.com>
date Tue, 21 Jan 2014 10:24:33 +0000
parents
children 88c8d3862eee
line wrap: on
line source
//
//  main.cpp
//  BTrack Tests
//
//  Created by Adam Stark on 21/01/2014.
//  Copyright (c) 2014 Adam Stark. All rights reserved.
//

#include <iostream>

int main(int argc, const char * argv[])
{

    // insert code here...
    std::cout << "Hello, World!\n";
    return 0;
}