Skip to content

Commit

Permalink
fix instructions in the wrong folder in oop lab 02
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Oct 2, 2023
1 parent 226baaf commit 1090af3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,20 @@ packages:
to: 24-program-arguments
excluding: src
- from: java/basics/minimal-proficiency/command-line-arguments/src
to: 25-program-arguments/src/main/java
to: 24-program-arguments/src/main/java
# Constructors
- from: java/basics/minimal-proficiency/constructors/README.md
to: 26-constructors/README.md
to: 25-constructors/README.md
- from: java/basics/minimal-proficiency/constructors/src
to: 27-constructors/src/main/java
to: 25-constructors/src/main/java
# Arrays
- from: java/basics/arrays/array/README.md
to: 28-array/README.md
to: 26-array/README.md
- from: java/basics/arrays/array/src
to: 28-array/src/main/java
to: 26-array/src/main/java
# Debug
- from: java/basics/debug/src
to: 29-debug/src/main/java
to: 27-debug/src/main/java
oop-lab03:
format:
- zip
Expand Down

0 comments on commit 1090af3

Please sign in to comment.