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