mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-12-02 03:38:03 +08:00
d888816997
Co-authored-by: Christophe Greisberger <christophe@greisberger.fr> Co-authored-by: an-tao <antao2002@gmail.com> Co-authored-by: marty1885 <marty188586@gmail.com>
8 lines
99 B
C++
Executable File
8 lines
99 B
C++
Executable File
#include <filesystem>
|
|
|
|
int main()
|
|
{
|
|
std::filesystem::path aPath("../");
|
|
return 0;
|
|
}
|