added 059

This commit is contained in:
Dave Gauer
2021-04-08 18:42:19 -04:00
parent 34eef5bd24
commit 1427d3b6f1
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
22,24c22,24
< 0o131, // octal
< 0b1101000, // binary
< 0x66, // hex
---
> 0o132, // octal
> 0b1101001, // binary
> 0x67, // hex