Skip to content

Commit

Permalink
πŸ“ Add the Bitwise AND game example
Browse files Browse the repository at this point in the history
  • Loading branch information
aquaslvt committed May 18, 2023
1 parent cbc4ec4 commit aa42c87
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,19 @@ v <
>X b:Ob:O 0. 1@-1@-OO 0. # ^
```

### Bitwise AND game

Guess what happens to these numbers when you operate & on them!

```nii
>X r:K r:K & k=v'Wrong!'o;
>'Right!'o v
^ # # # # # <
```

### nioOS

A very small os made in under an hour
Expand Down

0 comments on commit aa42c87

Please sign in to comment.