Files
Convention-CPP/[Test]/test.cpp
2025-10-30 20:50:28 +08:00

10 lines
128 B
C++

#include<Config.hpp>
using namespace std;
using namespace Convention;
int main()
{
wcout << PlatformIndicator::PrettyFace;
}