From 07ec0ee8f9f0b999c8e2bd5119e02e4bf920d8da Mon Sep 17 00:00:00 2001 From: a4plane Date: Fri, 4 Jul 2025 13:49:22 +0900 Subject: [PATCH] Add Plist.h --- Plist.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Plist.h diff --git a/Plist.h b/Plist.h new file mode 100644 index 0000000..32ca7fc --- /dev/null +++ b/Plist.h @@ -0,0 +1,3 @@ +onst char* Plist[] = {"한ㄱㅡㄹ","여기에"}; +const char* Pw = "1234"; +const int PlistCount = sizeof(Plist) / sizeof(Plist[0]); \ No newline at end of file