# “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](https://andreyakinshin.gitbook.io/problembookdotnet/en/strings/corruptedstring-s)
