aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises/085_async2.zig
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/085_async2.zig')
-rw-r--r--exercises/085_async2.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/exercises/085_async2.zig b/exercises/085_async2.zig
index 77da106..036aefa 100644
--- a/exercises/085_async2.zig
+++ b/exercises/085_async2.zig
@@ -26,4 +26,3 @@ fn foo() void {
suspend {}
print("async!\n", .{});
}
-