Hello world!!
This commit is contained in:
commit
6e71b951c7
|
@ -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!");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue