From ea407a65ba25106b1474000aef3eff6a97dc2588 Mon Sep 17 00:00:00 2001 From: JIU JIALIN <2339061402@qq.com> Date: Fri, 11 Jul 2025 18:24:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E4=BA=86=E4=B8=AA=E5=A4=B4?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JJL.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 JJL.h diff --git a/JJL.h b/JJL.h new file mode 100644 index 0000000..cb2ddb4 --- /dev/null +++ b/JJL.h @@ -0,0 +1,7 @@ +#include + +using namespace std; + +void my_printf(int a); + +