Skip to content

Commit f6020c6

Browse files
Update README.md
1 parent 2cd7bbf commit f6020c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 2732-counter/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2><a href="https://leetcode.com/problems/counter">2732. Counter</a></h2><h3>Easy</h3><hr><p>Given an integer&nbsp;<code>n</code>,&nbsp;return a <code>counter</code> function. This <code>counter</code> function initially returns&nbsp;<code>n</code>&nbsp;and then returns 1 more than the previous value every subsequent time it is called (<code>n</code>, <code>n + 1</code>, <code>n + 2</code>, etc).</p>
1+
<h2><a href="https://leetcode.com/problems/counter">2732. Counter</a></h2><img src="https://img.shields.io/badge/Easy-brightgreen" alt="Easy" /><hr><p>Given an integer&nbsp;<code>n</code>,&nbsp;return a <code>counter</code> function. This <code>counter</code> function initially returns&nbsp;<code>n</code>&nbsp;and then returns 1 more than the previous value every subsequent time it is called (<code>n</code>, <code>n + 1</code>, <code>n + 2</code>, etc).</p>
22

33
<p>&nbsp;</p>
44
<p><strong class="example">Example 1:</strong></p>

0 commit comments

Comments
 (0)