1
0
Fork 0

Removed useless imports

This commit is contained in:
Julien Dessaux 2022-07-30 00:29:59 +02:00
parent f7a5e4f52c
commit 35c2f5e626
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

@ -1,9 +1,6 @@
const std = @import("std");
const field = @import("field.zig");
const interpreter = @import("interpreter.zig");
const io = @import("io.zig");
const pointer = @import("pointer.zig");
const stackStack = @import("stackStack.zig");
pub fn main() anyerror!void {
var gpa = std.heap.GeneralPurposeAllocator(.{}){};