summaryrefslogtreecommitdiffstats
path: root/osx/jantest/UnittestMain.cpp
blob: 20a59c3b86ffcf488f458088ed4394d00019ae78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  main.cpp
//  jantest
//
//  Created by Jan Iversen on 29/01/2017.
//  Copyright © 2017 Jan Iversen. All rights reserved.
//

#include <iostream>

int main(int argc, const char * argv[]) {
    // insert code here...
    std::cout << "Hello, World!\n";
    return 0;
}