Primer ejemplo
This commit is contained in:
commit
148121f7e1
|
@ -0,0 +1,20 @@
|
|||
/*
|
||||
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
||||
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Main.java to edit this template
|
||||
*/
|
||||
package primero;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author mario
|
||||
*/
|
||||
public class Primero {
|
||||
|
||||
/**
|
||||
* @param args the command line arguments
|
||||
*/
|
||||
public static void main(String[] args) {
|
||||
// TODO code application logic here
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue