mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 15:59:59 +00:00
Fixed a typo #26
This commit is contained in:
@@ -33,7 +33,7 @@ const Color = enum(u32) {
|
||||
};
|
||||
|
||||
pub fn main() void {
|
||||
// Remeber Zig's multi-line strings? Here they are again.
|
||||
// Remember Zig's multi-line strings? Here they are again.
|
||||
// Also, check out this cool format string:
|
||||
//
|
||||
// {x:0>6}
|
||||
|
||||
Reference in New Issue
Block a user