Skip to content

Commit 50e0c1e

Browse files
committed
Resize image in Lab 01.1 assignment
1 parent 52dc0c4 commit 50e0c1e

File tree

1 file changed

+1
-1
lines changed
  • 01-intro-to-java/lab/01-social-distancing

1 file changed

+1
-1
lines changed

01-intro-to-java/lab/01-social-distancing/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static int maxDistance(int[] seats)
1212

1313
който по даден масив `seats`, връща максималната възможна дистанция.
1414

15-
![Row of seats](https://github.com/fmi/java-course/blob/master/images/lab01.1-row-of-seats.png)
15+
<img src="https://github.com/fmi/java-course/blob/master/images/lab01.1-row-of-seats.png" style="width: 50%; height: 50%" alt="Row of seats">
1616

1717
### Примери
1818

0 commit comments

Comments
 (0)