File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ If you have any questions, you can contact me by email morasiu2@gmail.com
23
23
* [ 13 Haiku Generator] ( #13 )
24
24
* [ 14 Magic 8-ball] ( #14 )
25
25
* [ 15 Collatz Conjecture] ( #15 )
26
+ * [ 16 Reverse String] ( #16 )
26
27
27
28
## Bonus
28
29
@@ -73,5 +74,11 @@ Why Clock? I found Internet Time quite boring challenge so I've made clock with
73
74
![ 14] ( docs/images/14.png )
74
75
* <a name =" 15 " >15</a > Collatz Conjecture - 06.03.2018 * Done* (` C# ` ) <br >
75
76
![ 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 )
76
83
## Bonus
77
84
* <a name =" bonus1 " >Bonus 1</a > Loading animation in console 24.02.2018 * Done* (` C# ` )![ Bonus 1] ( docs/images/bonus1.gif )
You can’t perform that action at this time.
0 commit comments