feat: update tests
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
const std = @import("std");
|
||||
const print = @import("std").debug.print;
|
||||
|
||||
pub fn main() void {
|
||||
std.debug.print("Hello, world!\n", .{});
|
||||
print("Hello, world!\n", .{});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user