并入zoost库。
This commit is contained in:
12
test/baseTest.cpp
Normal file
12
test/baseTest.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <iostream>
|
||||
#include <zoost/zoost.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
zoostCommon::SetOutputU8();
|
||||
std::string data1("你好,世界。");
|
||||
std::string data2("Hello, World!");
|
||||
std::cout << data1 << std::endl;
|
||||
std::cout << data2 << std::endl;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user