mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
Cleaned up some trailing whitespace
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
// var foo: []u8 = "foobar"[0..3];
|
||||
//
|
||||
// to:
|
||||
//
|
||||
//
|
||||
// var foo: []const u8 = "foobar"[0..3];
|
||||
//
|
||||
// See if you can fix this Zero Wing-inspired phrase descrambler:
|
||||
|
||||
Reference in New Issue
Block a user