From ed85ee72eccfad84ffe69fee0be4009becb62bca Mon Sep 17 00:00:00 2001 From: awin-x Date: Sun, 4 May 2025 15:10:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20src/test.cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test.cpp b/src/test.cpp index c13456a..ef0f2ec 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -11,6 +11,7 @@ int main(void) messages.push_back("this is a test"); messages.push_back("version is 2"); + messages.push_back("by awin-x); print_vector(messages);