Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Lucia Montero Navarro
/
MonteroNavarroLuciaPrac2
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
07a8e567
authored
Apr 26, 2020
by
Lucia Montero Navarro
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
subida al repositorio
parent
69235ba5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
pom.xml
src/main/java/es/uja/ssccdd/curso1920/solucionpractica2/Constantes.java → src/main/java/es/uja/ssccdd/curso1920/MonteroNavarroLuciaPrac2/Constantes.java
src/main/java/es/uja/ssccdd/curso1920/solucionpractica2/SolucionPractica2.java → src/main/java/es/uja/ssccdd/curso1920/MonteroNavarroLuciaPrac2/MonteroNavarroLuciaPrac2.java
pom.xml
View file @
07a8e567
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
es.uja.ssccdd.curso1920
</groupId>
<groupId>
es.uja.ssccdd.curso1920
</groupId>
<artifactId>
SolucionPractica
2
</artifactId>
<artifactId>
MonteroNavarroLuciaPrac
2
</artifactId>
<version>
1.0
</version>
<version>
1.0
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<properties>
<properties>
...
@@ -10,5 +10,5 @@
...
@@ -10,5 +10,5 @@
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.target>
1.8
</maven.compiler.target>
<maven.compiler.target>
1.8
</maven.compiler.target>
</properties>
</properties>
<name>
SolucionPractica
2
</name>
<name>
MonteroNavarroLuciaPrac
2
</name>
</project>
</project>
\ No newline at end of file
src/main/java/es/uja/ssccdd/curso1920/
solucionpractica
2/Constantes.java
→
src/main/java/es/uja/ssccdd/curso1920/
MonteroNavarroLuciaPrac
2/Constantes.java
View file @
07a8e567
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates
* To change this template file, choose Tools | Templates
* and open the template in the editor.
* and open the template in the editor.
*/
*/
package
es
.
uja
.
ssccdd
.
curso1920
.
solucionpractica
2
;
package
es
.
uja
.
ssccdd
.
curso1920
.
MonteroNavarroLuciaPrac
2
;
import
java.util.Random
;
import
java.util.Random
;
...
...
src/main/java/es/uja/ssccdd/curso1920/
solucionpractica2/SolucionPractica
2.java
→
src/main/java/es/uja/ssccdd/curso1920/
MonteroNavarroLuciaPrac2/MonteroNavarroLuciaPrac
2.java
View file @
07a8e567
...
@@ -3,13 +3,13 @@
...
@@ -3,13 +3,13 @@
* To change this template file, choose Tools | Templates
* To change this template file, choose Tools | Templates
* and open the template in the editor.
* and open the template in the editor.
*/
*/
package
es
.
uja
.
ssccdd
.
curso1920
.
solucionpractica
2
;
package
es
.
uja
.
ssccdd
.
curso1920
.
MonteroNavarroLuciaPrac
2
;
/**
/**
* Clase principal del programa.
* Clase principal del programa.
* @author fconde
* @author fconde
*/
*/
public
class
SolucionPractica
2
{
public
class
MonteroNavarroLuciaPrac
2
{
/**
/**
* @param args the command line arguments
* @param args the command line arguments
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment