From 3ee6d3ba3da24e184e76c6275bc0147d29a3a628 Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Sat, 7 Sep 2024 15:53:11 +0800 Subject: [PATCH] update --- .gitignore | 1 + test.cpp | 23 +++++++++++++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index f166c26..7810166 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /build /.vscode /.xmake +/test.asm # ---> C++ # Prerequisites *.d diff --git a/test.cpp b/test.cpp index ff8d8de..53c20c9 100644 --- a/test.cpp +++ b/test.cpp @@ -1,10 +1,21 @@ -#include -using namespace std; +//using C++17 +#include +#include +template +void println(const Args& ...args){ + ((std::cout<