mirror of
https://github.com/zs-yg/kortapp-z.git
synced 2025-12-07 00:20:43 +08:00
Add files via upload
This commit is contained in:
7
others/C/C++/src/main.cpp
Normal file
7
others/C/C++/src/main.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "password_gui.hpp"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
PasswordGUI gui;
|
||||
gui.show();
|
||||
return Fl::run();
|
||||
}
|
||||
Reference in New Issue
Block a user