# “CorruptedNumber” (Problem)

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

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

[Solution](https://andreyakinshin.gitbook.io/problembookdotnet/en/strings/corruptednumber-s)
