mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
14 lines
185 B
Smarty
14 lines
185 B
Smarty
// -*- C++ -*-
|
|
|
|
//
|
|
// The DDK doesn't handle <iostream> too well
|
|
//
|
|
#include <cxxtest/StdioPrinter.h>
|
|
|
|
int __cdecl main()
|
|
{
|
|
return CxxTest::StdioPrinter().run();
|
|
}
|
|
|
|
<CxxTest world>
|