6 lines
72 B
Zig
6 lines
72 B
Zig
|
const std = @import("std");
|
||
|
|
||
|
test {
|
||
|
_ = @import("./message.zig");
|
||
|
}
|