Add files via upload

This commit is contained in:
zsyg
2025-06-30 15:46:31 +08:00
committed by GitHub
parent e387d22fee
commit 1dbd9968c9
8 changed files with 290 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#include "password_gui.hpp"
int main(int argc, char** argv) {
PasswordGUI gui;
gui.show();
return Fl::run();
}