Skip to content

Commit

Permalink
Merge pull request #4 from Vinceto/developer
Browse files Browse the repository at this point in the history
fix proyecto + D5
  • Loading branch information
Andressep authored May 10, 2024
2 parents 6ef728e + cfba098 commit bc35566
Show file tree
Hide file tree
Showing 42 changed files with 135 additions and 305 deletions.
29 changes: 0 additions & 29 deletions Vinceto/D2/.gitignore

This file was deleted.

27 changes: 0 additions & 27 deletions Vinceto/D2/src/Main.java

This file was deleted.

11 changes: 0 additions & 11 deletions Vinceto/D3/Ejercicios/D3.iml

This file was deleted.

Binary file removed Vinceto/D3/Ejercicios/out/production/D3/Main.class
Binary file not shown.
Binary file not shown.
82 changes: 0 additions & 82 deletions Vinceto/D3/Resistencia/DO_resistencia.drawio

This file was deleted.

11 changes: 0 additions & 11 deletions Vinceto/D3/Resistencia/Resistencia.iml

This file was deleted.

15 changes: 0 additions & 15 deletions Vinceto/D3/Resistencia/src/Main.java

This file was deleted.

29 changes: 0 additions & 29 deletions Vinceto/D4/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions Vinceto/D4/D4.iml

This file was deleted.

15 changes: 0 additions & 15 deletions Vinceto/D4/src/Main.java

This file was deleted.

39 changes: 0 additions & 39 deletions Vinceto/D4/src/ep/Calificaciones.java

This file was deleted.

27 changes: 0 additions & 27 deletions Vinceto/D4/src/ep/CompararCadenasEP.java

This file was deleted.

File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package Ejercicios;
package D2;
import java.util.Scanner;
public class CalcularVelocidad {
public static void main(String[] args) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package Ejercicios;
package D2;
import java.util.Scanner;
public class Promedio_Final {
public static void main(String[] args) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package Ejercicios;
package D2;
import java.util.Scanner;
public class String_Y_Formato {
/*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cl.desafiolatam;
package D3;

import java.util.Scanner;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cl.desafiolatam;
package D3;

import java.util.Scanner;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cl.desafiolatam;
package D3;

import java.util.Scanner;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package desafio;
package D3;

import java.util.Scanner;

Expand Down
Loading

0 comments on commit bc35566

Please sign in to comment.