This commit is contained in:
Jairinho 2024-05-06 18:06:59 -04:00
parent e38a912491
commit 4d844b4186
Signed by: tangzero
GPG Key ID: 00C38159245F9F6D

View File

@ -11,7 +11,7 @@
// Please complete the import below: // Please complete the import below:
// //
??? = @import("std"); const std = @import("std");
pub fn main() void { pub fn main() void {
std.debug.print("Standard Library.\n", .{}); std.debug.print("Standard Library.\n", .{});