initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
const std = @import("std");
|
||||
const options = @import("options");
|
||||
|
||||
pub fn main() void {
|
||||
std.debug.print("Ello there\n", .{});
|
||||
comptime {
|
||||
const route = @import(options.zig_files[0]);
|
||||
route.get();
|
||||
// @compileLog("Got option zig file " ++ options.zig_files[0] ++ "\n");
|
||||
}
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user