mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-04 17:23:44 +02:00
progress
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user