Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Lucia Montero Navarro
/
MonteroNavarroLuciaPrac1
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
3ce71c2e
authored
Mar 28, 2020
by
Lucia Montero Navarro
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
v0.1 Inicio del repositorio de la práctica
parents
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
0 deletions
.gitignore
pom.xml
src/main/java/com/daw/monteronavarroluciaprac1/Practica1.java
.gitignore
0 → 100644
View file @
3ce71c2e
/target/
\ No newline at end of file
pom.xml
0 → 100644
View file @
3ce71c2e
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>
com.daw
</groupId>
<artifactId>
MonteroNavarroLuciaPrac1
</artifactId>
<version>
1.0
</version>
<packaging>
jar
</packaging>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.target>
1.8
</maven.compiler.target>
</properties>
</project>
\ No newline at end of file
src/main/java/com/daw/monteronavarroluciaprac1/Practica1.java
0 → 100644
View file @
3ce71c2e
/*
* 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
com
.
daw
.
monteronavarroluciaprac1
;
/**
*
* @author LucíaM
*/
public
class
Practica1
{
}
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