forked from zig/exercises
002 ✅
This commit is contained in:
parent
e38a912491
commit
4d844b4186
|
@ -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", .{});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user