mirror of
https://github.com/zs-yg/kortapp-z.git
synced 2025-12-06 16:10:42 +08:00
8 lines
124 B
C++
8 lines
124 B
C++
#include "password_gui.hpp"
|
|
|
|
int main(int argc, char** argv) {
|
|
PasswordGUI gui;
|
|
gui.show();
|
|
return Fl::run();
|
|
}
|