Remove temporary test file

This commit is contained in:
Bob Farrell 2024-04-15 21:16:02 +01:00
parent ba0e488894
commit 3f6c1a4919

View File

@ -1,8 +0,0 @@
const std = @import("std");
const jetzig = @import("jetzig");
/// The `run` function for all jobs receives an arena allocator, a logger, and the params
/// passed to the job when it was created.
pub fn run(allocator: std.mem.Allocator, params: *jetzig.data.Value, logger: jetzig.Logger) !void {
// Job execution code
}