Primer ejemplo
This commit is contained in:
commit
a6a8d5fdfe
|
@ -0,0 +1,16 @@
|
||||||
|
/*
|
||||||
|
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.gumoio.primero;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @author JuanManuelGutiérrezM
|
||||||
|
*/
|
||||||
|
public class Primero {
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
System.out.println("Hello World!");
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue