Remove copypasta code
This commit is contained in:
@@ -1,10 +1,5 @@
|
|||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
|
|
||||||
const Instruction = enum {
|
|
||||||
L,
|
|
||||||
R,
|
|
||||||
};
|
|
||||||
|
|
||||||
const MAGIC_NUMBER = 100;
|
const MAGIC_NUMBER = 100;
|
||||||
|
|
||||||
pub fn main() !void {
|
pub fn main() !void {
|
||||||
|
|||||||
Reference in New Issue
Block a user