| ... | @@ -1,6 +1,6 @@ | ... | @@ -1,6 +1,6 @@ |
| 1 | //! By convention, root.zig is the root source file when making a library. If | 1 | //! By convention, root.zig is the root source file when making a library. If |
| 2 | //! you are making an executable, the convention is to delete this file and | 2 | //! you are making an executable, the convention is to delete this file and |
| 3 | //! start with root.zig instead. | 3 | //! start with main.zig instead. |
| 4 | const std = @import("std"); | 4 | const std = @import("std"); |
| 5 | const testing = std.testing; | 5 | const testing = std.testing; |
| 6 | | 6 | |