diff options
Diffstat (limited to 'lib/init/src/root.zig')
| -rw-r--r-- | lib/init/src/root.zig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/init/src/root.zig b/lib/init/src/root.zig index ecfeade1a3..2e09025c9b 100644 --- a/lib/init/src/root.zig +++ b/lib/init/src/root.zig @@ -1,3 +1,6 @@ +//! By convention, root.zig is the root source file when making a library. If +//! you are making an executable, the convention is to delete this file and +//! start with root.zig instead. const std = @import("std"); const testing = std.testing; |
