| author | |
| committer | |
| log | 3b3c9d2081118c43311d1af726f575b93a6defdd |
| tree | ab703a87ed5e2bb827ad84a029cabeffa4e0a94f |
| parent | 5d3a1cfdf576dfc4fc40c3f9f352e0fc613f0fee |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/init/src/root.zig+1-1| ... | ... | @@ -1,6 +1,6 @@ |
| 1 | 1 | //! By convention, root.zig is the root source file when making a library. If |
| 2 | 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 | 4 | const std = @import("std"); |
| 5 | 5 | const testing = std.testing; |
| 6 | 6 |