Skip to content

Commit b03e4b8

Browse files
Update README.md
1 parent 6d99780 commit b03e4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 2695-array-wrapper/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2><a href="https://leetcode.com/problems/array-wrapper/">2695. Array Wrapper</a></h2><h3>Easy</h3><hr><div><p>Create a class&nbsp;<code>ArrayWrapper</code> that accepts&nbsp;an array of integers in it's constructor. This class should have two features:</p>
1+
<h2><a href="https://leetcode.com/problems/array-wrapper/">2695. Array Wrapper</a></h2><img src="https://img.shields.io/badge/Easy-brightgreen" alt="Easy" /><hr><div><p>Create a class&nbsp;<code>ArrayWrapper</code> that accepts&nbsp;an array of integers in it's constructor. This class should have two features:</p>
22

33
<ul>
44
<li>When two instances of this class are added together with the&nbsp;<code>+</code>&nbsp;operator, the resulting value is the sum of all the elements in&nbsp;both arrays.</li>

0 commit comments

Comments
 (0)