Skip to content

Commit c4cbe1e

Browse files
committed
doc(JavaClassesInteractions): added README.md
1 parent 1b742bd commit c4cbe1e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Java Classes Interactions
2+
3+
Practice with Java classes interactions.
4+
5+
## How to set up it locally?
6+
7+
Firstly, clone this repo:
8+
9+
```bash
10+
git clone git@github.com:fokaaas/java-classes-interactions.git
11+
```
12+
13+
Using any IDE import this project as a Maven project.
14+
15+
Then, run the Main class.

0 commit comments

Comments
 (0)