fix fmtInstruction and .gitignore

This commit is contained in:
Jeeves 2025-03-04 19:18:44 -07:00
parent 607e58b7b5
commit 8cb37452fb
3 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,7 @@
const std = @import("std");
const Uxn = @import("uxn.zig");
// TODO combine with uxn.zig
const UxnFmt = @import("uxn-instructions.zig");
pub fn main() !void {