diff --git a/src/main.cpp b/src/main.cpp index 7a8ab6e..96b4030 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,4 +2,6 @@ int main() { hello("world"); + //testing Chinese version from China + hello("你好"); }