Add Plist.h

This commit is contained in:
2025-07-04 13:49:22 +09:00
parent 05f33feddb
commit 07ec0ee8f9

3
Plist.h Normal file
View File

@@ -0,0 +1,3 @@
onst char* Plist[] = {"한ㄱㅡㄹ","여기에"};
const char* Pw = "1234";
const int PlistCount = sizeof(Plist) / sizeof(Plist[0]);