Files
kortapp-z/others/C/C++/src/main.cpp
2025-06-30 15:46:31 +08:00

8 lines
124 B
C++

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