mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-01 08:03:29 +02:00
099: Make hex example match output
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
// variety of formatting instructions. It's basically a tiny
|
||||
// language of its own. Here's a numeric example:
|
||||
//
|
||||
// print("Catch-{x:0>4}.", .{twenty_two});
|
||||
// print("Catch-0x{x:0>4}.", .{twenty_two});
|
||||
//
|
||||
// This formatting instruction outputs a hexadecimal number with
|
||||
// leading zeros:
|
||||
|
||||
Reference in New Issue
Block a user