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<