Remove copypasta code

This commit is contained in:
dobiadi
2025-12-01 18:47:17 +01:00
parent 123c96223f
commit 6c77abb58c

View File

@@ -1,10 +1,5 @@
const std = @import("std");
const Instruction = enum {
L,
R,
};
const MAGIC_NUMBER = 100;
pub fn main() !void {