Hello world!!

This commit is contained in:
JuanManuelGutiérrezM 2024-02-28 06:24:12 -06:00
commit 6e71b951c7
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
*/
package com.gumoio.museo;
/**
*
* @author JuanManuelGutiérrezM
*/
public class Museo {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}