Primer ejemplo

This commit is contained in:
AngelSuarez03 2024-02-28 07:39:13 -06:00
commit e66953d6be
1 changed files with 16 additions and 0 deletions

View File

@ -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");
}
}