mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-27 03:46:29 +08:00
7 lines
No EOL
244 B
Zig
7 lines
No EOL
244 B
Zig
// File: include.zig
|
|
// Created Time: 2023-01-07
|
|
// Author: sjinzh (sjinzh@gmail.com)
|
|
|
|
pub const PrintUtil = @import("PrintUtil.zig");
|
|
pub const ListNode = @import("ListNode.zig").ListNode;
|
|
pub const TreeNode = @import("TreeNode.zig").TreeNode; |