commit 7bbdf62732bda6802dcf7a5122bd13a1b9073a1e Author: Antonio Date: Mon Oct 13 12:19:32 2025 +0200 diff --git a/programasqlite/pom.xml b/programasqlite/pom.xml new file mode 100644 index 0000000..ca9f653 --- /dev/null +++ b/programasqlite/pom.xml @@ -0,0 +1,13 @@ + + + 4.0.0 + com.mycompany + programasqlite + 1.0-SNAPSHOT + jar + + UTF-8 + 25 + com.mycompany.programasqlite.Programasqlite + + \ No newline at end of file diff --git a/programasqlite/src/main/java/com/mycompany/programasqlite/Programasqlite.java b/programasqlite/src/main/java/com/mycompany/programasqlite/Programasqlite.java new file mode 100644 index 0000000..ba95c9a --- /dev/null +++ b/programasqlite/src/main/java/com/mycompany/programasqlite/Programasqlite.java @@ -0,0 +1,16 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + */ + +package com.mycompany.programasqlite; + +/** + * + * @author antonio + */ +public class Programasqlite { + + public static void main(String[] args) { + System.out.println("Hello World!"); + } +}