# Test

# Case 0

```test
> 0
> 0
stop
```

# Test 1

```test
> ja
> ja
start
```

# Test 2

```test
> Ja
> Ja
start
```

# Test 3

```test
> Ja
> ja
start
```

# Test 4

```test
> ja
> nej
stop
```

# Test 5

```test
> no
> no
stop
```

# Test 6

```test
> nej
> ja
stop
```

# Test 7

```test
> ja
> Ja
start
```
