Moved
This commit is contained in:
BIN
CM2010 Software Design and Development/Topic 2/7.2.6/a.exe
Normal file
BIN
CM2010 Software Design and Development/Topic 2/7.2.6/a.exe
Normal file
Binary file not shown.
BIN
CM2010 Software Design and Development/Topic 2/7.2.6/cppunit.lib
Normal file
BIN
CM2010 Software Design and Development/Topic 2/7.2.6/cppunit.lib
Normal file
Binary file not shown.
@ -0,0 +1,8 @@
|
||||
#include <iostream>
|
||||
#include <cppunit/TestCase.h>
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << "Hello!" << std::endl;
|
||||
}
|
||||
Reference in New Issue
Block a user