Skip to content

Commit

Permalink
docs: create structure to the lab 2
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <[email protected]>
  • Loading branch information
otaviojava committed Sep 2, 2023
1 parent cccc44e commit efa72d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/jakarta-ee/cdi-lab-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Jakarta CDI - Lab 2
4 changes: 2 additions & 2 deletions docs/jakarta-ee/cdi-lab.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ material-play-box-multiple-outline: Steps

You can test and explore your solution by creating the App1 class as shown below:

```java
```java
public class App1 {

public static void main(String[] args) {
Expand All @@ -30,7 +30,7 @@ You can test and explore your solution by creating the App1 class as shown below
}
}
}
```
```

### :material-check-outline: Solution

Expand Down

0 comments on commit efa72d7

Please sign in to comment.