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