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