Removed patch files for async because of new formating errors.

This commit is contained in:
Chris Boesch
2025-07-21 21:05:45 +02:00
parent 34a7c6c861
commit cb0a1a027f
8 changed files with 0 additions and 119 deletions
-11
View File
@@ -1,11 +0,0 @@
--- exercises/084_async.zig 2023-10-03 22:15:22.125574535 +0200
+++ answers/084_async.zig 2023-10-05 20:04:07.219436606 +0200
@@ -48,7 +48,7 @@
pub fn main() void {
// Additional Hint: you can assign things to '_' when you
// don't intend to do anything with them.
- foo();
+ _ = async foo();
}
fn foo() void {