| // | |
| // 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; | |
| } | |