Skip to content

Commit

Permalink
fix number width
Browse files Browse the repository at this point in the history
  • Loading branch information
nananapo authored Oct 19, 2024
1 parent c54dceb commit 00e845f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
# +
// octal
32'o01234567xzXZ
36'o01234567xzXZ
# +
32'o01_23_45_67_xz_XZ
36'o01_23_45_67_xz_XZ
# +
// decimal
Expand Down

0 comments on commit 00e845f

Please sign in to comment.