Skip to content
Snippets Groups Projects
Commit 574583e3 authored by JotaJota96's avatar JotaJota96
Browse files

Se creo el proyecto en NetBeans

parent 37bd8d1a
No related branches found
No related tags found
No related merge requests found
Pipeline #6968 failed
package Logica.DataType;
public class DtPersona {
}
package Logica.DataType;
public class DtUsuario extends DtPersona{
}
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Logica.DataType;
/**
*
* @author pc01
*/
public class DtValoracion {
}
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Logica.DataType;
/**
*
* @author pc01
*/
public class DtVideo {
}
package Logica;
public class main {
public static void main(String[] args) {
System.out.println("Hola mundo");
// escriba aqui sus pruebas
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment