> For the complete documentation index, see [llms.txt](https://andreyakinshin.gitbook.io/problembookdotnet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://andreyakinshin.gitbook.io/problembookdotnet/en/strings/corruptedstring-p.md).

# “CorruptedString” (Problem)

Please, append the following code so that it displays the console output the `aaaaa` string, without redefining the standard method `Console.WriteLine`?

```csharp
// ???
Console.WriteLine("Hello");
```

[Solution](/problembookdotnet/en/strings/corruptedstring-s.md)
