commit 1fa2e71b1a5979809e29eafb7da786ac1306c336 Author: 250409 <250409@localhost> Date: Mon Apr 27 17:22:47 2026 +0100 diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..1db56b2 --- /dev/null +++ b/pom.xml @@ -0,0 +1,13 @@ + + + 4.0.0 + com.mycompany + gestorPalavraPasses + 1.0-SNAPSHOT + jar + + UTF-8 + 24 + com.mycompany.gestorpalavrapasses.GestorPalavraPasses + + \ No newline at end of file diff --git a/src/main/java/com/mycompany/gestorpalavrapasses/GestorPalavraPasses.java b/src/main/java/com/mycompany/gestorpalavrapasses/GestorPalavraPasses.java new file mode 100644 index 0000000..05784ed --- /dev/null +++ b/src/main/java/com/mycompany/gestorpalavrapasses/GestorPalavraPasses.java @@ -0,0 +1,34 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + */ + +package com.mycompany.gestorpalavrapasses; + +/** + * + * @author 250409 + */ +public class GestorPalavraPasses { + public static void main(String[] args) { + Menu.start(); + } +} + + class Menu { + public static void start() { + + } + } + + class Account { + + } + + class FileManager { + + } + + class PasswordGenerator { + + } +