Skip to content

Commit

Permalink
Finished tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
espensl2000 committed Aug 12, 2024
1 parent 70ab950 commit ae14e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp-fundamentals-strings.Main/Extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public StringBuilder two()
// WRITE YOUR CODE BETWEEN THIS LINE...

sb.Append("Hello, world!");
sb.Replace("Hello, world!" , "!dlrow ,olleH");
sb.Replace("Hello, world!" , new string(sb.ToString().Reverse().ToArray()));

// ...AND THIS LINE

Expand Down

0 comments on commit ae14e2c

Please sign in to comment.