> 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/ru/strings/corruptedstring-p.md).

# «CorruptedString» (Задача)

Допишите следующий код так, чтобы он вывел на консоль строку `"aaaaa"`, не переопределяя стандартный метод `Console.WriteLine`?

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

[Решение](/problembookdotnet/ru/strings/corruptedstring-s.md)
