blob: 81cc522ac68cdab55bd76e75dfc4999131ec61a1 [file] [log] [blame]
//
// main.cpp
// TestUnitTest++
//
// Created by Christopher Frederick on 2013/04/18.
// Copyright (c) 2013 UnitTest++. All rights reserved.
//
#include <iostream>
int main(int argc, const char * argv[])
{
// insert code here...
std::cout << "Hello, World!\n";
return 0;
}