mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
Add ex079 quoted identifiers
This commit is contained in:
12
patches/patches/079_quoted_identifiers.patch
Normal file
12
patches/patches/079_quoted_identifiers.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
23,24c23,24
|
||||
< const 55_cows: i32 = 55;
|
||||
< const isn't true: bool = false;
|
||||
---
|
||||
> const @"55_cows": i32 = 55;
|
||||
> const @"isn't true": bool = false;
|
||||
27,28c27,28
|
||||
< 55_cows,
|
||||
< isn't true,
|
||||
---
|
||||
> @"55_cows",
|
||||
> @"isn't true",
|
||||
Reference in New Issue
Block a user