Primer ejemplo

This commit is contained in:
rroberto0620 2024-02-28 07:38:46 -06:00
commit 64f130ac75
1 changed files with 20 additions and 0 deletions

View File

@ -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 javaapplication8;
/**
*
* @author karla
*/
public class JavaApplication8 {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
}
}