File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ pub fn build(b: *std.Build) void {
3434 // only contains e.g. external object files, you can make this `null`.
3535 // In this case the main source file is merely a path, however, in more
3636 // complicated build scripts, this could be a generated file.
37- .root_source_file = b .path ("src/main .zig" ),
37+ .root_source_file = b .path ("train .zig" ),
3838 .target = target ,
3939 .optimize = optimize ,
4040 });
Original file line number Diff line number Diff line change 11//! By convention, root.zig is the root source file when making a library. If
22//! you are making an executable, the convention is to delete this file and
33//! start with main.zig instead.
4+
45const std = @import ("std" );
56const testing = std .testing ;
67pub const engine = @import ("engine.zig" );
File renamed without changes.
You can’t perform that action at this time.
0 commit comments