Patches to patches to clean up patches
This commit is contained in:
parent
e4a5716c71
commit
44ccf4a0eb
49 changed files with 8 additions and 9 deletions
4
patches/patches/01_hello.patch
Normal file
4
patches/patches/01_hello.patch
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
19c19
|
||||
< fn main() void {
|
||||
---
|
||||
> pub fn main() void {
|
||||
4
patches/patches/02_std.patch
Normal file
4
patches/patches/02_std.patch
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
14c14
|
||||
< ??? = @import("std");
|
||||
---
|
||||
> const std = @import("std");
|
||||
1
patches/patches/03_assignment.patch
Normal file
1
patches/patches/03_assignment.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/04_arrays.patch
Normal file
1
patches/patches/04_arrays.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/05_arrays2.patch
Normal file
1
patches/patches/05_arrays2.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/06_strings.patch
Normal file
1
patches/patches/06_strings.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/07_strings2.patch
Normal file
1
patches/patches/07_strings2.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/08_quiz.patch
Normal file
1
patches/patches/08_quiz.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/09_if.patch
Normal file
1
patches/patches/09_if.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/10_if2.patch
Normal file
1
patches/patches/10_if2.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/11_while.patch
Normal file
1
patches/patches/11_while.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/12_while2.patch
Normal file
1
patches/patches/12_while2.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/13_while3.patch
Normal file
1
patches/patches/13_while3.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/14_while4.patch
Normal file
1
patches/patches/14_while4.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/15_for.patch
Normal file
1
patches/patches/15_for.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/16_for2.patch
Normal file
1
patches/patches/16_for2.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/17_quiz2.patch
Normal file
1
patches/patches/17_quiz2.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/18_functions.patch
Normal file
1
patches/patches/18_functions.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/19_functions2.patch
Normal file
1
patches/patches/19_functions2.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/20_quiz3.patch
Normal file
1
patches/patches/20_quiz3.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/21_errors.patch
Normal file
1
patches/patches/21_errors.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/22_errors2.patch
Normal file
1
patches/patches/22_errors2.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/23_errors3.patch
Normal file
1
patches/patches/23_errors3.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/24_errors4.patch
Normal file
1
patches/patches/24_errors4.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/25_errors5.patch
Normal file
1
patches/patches/25_errors5.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/26_hello2.patch
Normal file
1
patches/patches/26_hello2.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/27_defer.patch
Normal file
1
patches/patches/27_defer.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/28_defer2.patch
Normal file
1
patches/patches/28_defer2.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/29_errdefer.patch
Normal file
1
patches/patches/29_errdefer.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/30_switch.patch
Normal file
1
patches/patches/30_switch.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/31_switch2.patch
Normal file
1
patches/patches/31_switch2.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/32_unreachable.patch
Normal file
1
patches/patches/32_unreachable.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/33_iferror.patch
Normal file
1
patches/patches/33_iferror.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/34_quiz4.patch
Normal file
1
patches/patches/34_quiz4.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/35_enums.patch
Normal file
1
patches/patches/35_enums.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/36_enums2.patch
Normal file
1
patches/patches/36_enums2.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/37_structs.patch
Normal file
1
patches/patches/37_structs.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/38_structs2.patch
Normal file
1
patches/patches/38_structs2.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/39_pointers.patch
Normal file
1
patches/patches/39_pointers.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/40_pointers2.patch
Normal file
1
patches/patches/40_pointers2.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/41_pointers3.patch
Normal file
1
patches/patches/41_pointers3.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/42_pointers4.patch
Normal file
1
patches/patches/42_pointers4.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/43_pointers5.patch
Normal file
1
patches/patches/43_pointers5.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/44_quiz5.patch
Normal file
1
patches/patches/44_quiz5.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
patches/patches/45_optionals.patch
Normal file
1
patches/patches/45_optionals.patch
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
Loading…
Add table
Add a link
Reference in a new issue