Skip to content

Commit e7b6fe2

Browse files
authored
Update tutorial_50.md
1 parent b693356 commit e7b6fe2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

code/tutorial_50/tutorial_50.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
#### What / Why?
44
> A package is a group of class files.
55
6+
> Packages help organize your code.
7+
68
> Packages help keep your code unique from other people so you can resolve conflicts in your code if you have two or more classes with the same name.
79
810
#### Naming conventions
@@ -69,4 +71,4 @@ javac -d ./ @sources.txt
6971
>Compiles all your java files to a folder called bin, in the current directory.
7072
```
7173
javac -d ./bin @sources.txt
72-
```
74+
```

0 commit comments

Comments
 (0)