This commit is contained in:
Armin Friedl 2025-01-18 15:22:40 +01:00
parent 931da2b8b4
commit 23e2275d53

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", .{});