From f8165d63187dcc4aff40709a642fe76fcf98c57f Mon Sep 17 00:00:00 2001 From: Administrator <895938232@qq.com> Date: Mon, 8 Nov 2021 15:14:31 +0800 Subject: [PATCH] 1 --- code/an.cpp | 5 +++++ code/an.h | 16 ++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 code/an.cpp create mode 100644 code/an.h diff --git a/code/an.cpp b/code/an.cpp new file mode 100644 index 0000000..d422883 --- /dev/null +++ b/code/an.cpp @@ -0,0 +1,5 @@ +// +// Created by Administrator on 2021/11/8 0008. +// + +#include "an.h" diff --git a/code/an.h b/code/an.h new file mode 100644 index 0000000..412884f --- /dev/null +++ b/code/an.h @@ -0,0 +1,16 @@ +// +// Created by Administrator on 2021/11/8 0008. +// + +#ifndef DPDB_AN_H +#define DPDB_AN_H + + + +class an { + +}; + + + +#endif //DPDB_AN_H