This commit is contained in:
Adam Millerchip 2021-12-25 17:21:27 +09:00
parent 5259ef9a8d
commit f1140f9687
1 changed files with 1 additions and 1 deletions

View File

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