> 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/corruptednumber-p.md).

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

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

```csharp
// ???
Console.WriteLine(-42);
```

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