From 9ae7e2a34ab4a41eb76714f739e9109f764082db Mon Sep 17 00:00:00 2001 From: Shuangquan Li Date: Fri, 30 Jun 2023 07:37:46 +0800 Subject: [PATCH] add example --- example/bind_class/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/bind_class/test.cpp b/example/bind_class/test.cpp index 77e34e2..8257698 100644 --- a/example/bind_class/test.cpp +++ b/example/bind_class/test.cpp @@ -67,4 +67,4 @@ int main() { std::cout << "o.ci = " << o.ci << std::endl; return 0; -} \ No newline at end of file +}