From 0ca8cad2d5660a5e13fdfeea5a29f1452940216b Mon Sep 17 00:00:00 2001 From: dgh Date: Thu, 13 Jul 2023 09:56:05 +0800 Subject: [PATCH 1/2] testing hello() use Chinese --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 7a8ab6e..e10cd45 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,4 +2,6 @@ int main() { hello("world"); + //testing Chinese version + hello("你好"); } From ee28134cec0665141a74622b983b78a00235da06 Mon Sep 17 00:00:00 2001 From: dgh Date: Thu, 13 Jul 2023 10:18:13 +0800 Subject: [PATCH 2/2] test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index e10cd45..96b4030 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,6 +2,6 @@ int main() { hello("world"); - //testing Chinese version + //testing Chinese version from China hello("你好"); }