# Sant och Sant är Sant
```
tags: math, logic
difficulty: easy
index: 84
status: alpha
author: krm
created: 2019-01-01
salution: True + True = True by George Boole
```

Ändra talet 0 till ett tal som får programmet att skriva ut sant.

```js
console.log(true+true === 0)
```
