This commit is contained in:
2026-06-05 23:51:45 +02:00
parent 629634e09d
commit a5bbd016eb
7 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
const std = @import("std");
// Please complete the enum!
const Ops = enum { ??? };
const Ops = enum { inc, dec, pow };
pub fn main() void {
const operations = [_]Ops{