Inicio de proyecto

This commit is contained in:
2026-07-03 08:49:47 +02:00
commit 4fbc08b20a
@@ -0,0 +1,16 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
*/
package com.mycompany.inventapc;
/**
*
* @author pedro
*/
public class InventaPC {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}