mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-07 08:14:47 +00:00
9 lines
194 B
Diff
9 lines
194 B
Diff
22,24c22,24
|
|
< 0o131, // octal
|
|
< 0b1101000, // binary
|
|
< 0x66, // hex
|
|
---
|
|
> 0o132, // octal
|
|
> 0b1101001, // binary
|
|
> 0x67, // hex
|