Files
Convention-CPP/[Test]/test.cpp

10 lines
128 B
C++
Raw Normal View History

2025-07-29 11:01:54 +08:00
#include<Config.hpp>
2025-06-12 14:59:06 +08:00
2025-06-12 21:46:53 +08:00
using namespace std;
2025-07-29 11:01:54 +08:00
using namespace Convention;
2025-06-12 21:46:53 +08:00
2025-06-12 14:59:06 +08:00
int main()
{
2025-10-30 20:50:28 +08:00
wcout << PlatformIndicator::PrettyFace;
2025-06-12 21:46:53 +08:00
}