Skip to content

Commit c4be3cc

Browse files
committed
Reverse
1 parent 5d45639 commit c4be3cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ If you have any questions, you can contact me by email morasiu2@gmail.com
2323
* [13 Haiku Generator](#13)
2424
* [14 Magic 8-ball](#14)
2525
* [15 Collatz Conjecture](#15)
26+
* [16 Reverse String](#16)
2627

2728
## Bonus
2829

@@ -73,5 +74,11 @@ Why Clock? I found Internet Time quite boring challenge so I've made clock with
7374
![14](docs/images/14.png)
7475
* <a name="15">15</a> Collatz Conjecture - 06.03.2018 *Done* (`C#`) <br>
7576
![15](docs/images/15.png)
77+
* <a name="16">16</a> Reverse String - 07.03.2018 *Done* (`C#`) <br>
78+
Yeah, so... Reverse string isn't that hard so I've made one-liner challenge
79+
```csharp
80+
string.Concat(text.Reverse())
81+
```
82+
![16](docs/images/16.png)
7683
## Bonus
7784
* <a name="bonus1">Bonus 1</a> Loading animation in console 24.02.2018 *Done* (`C#`)![Bonus 1](docs/images/bonus1.gif)

0 commit comments

Comments
 (0)