const std = @import("std");
const User = struct {
code: []const []const u8,
os: []const u8,
editor: []const u8,
};
pub fn main() !void {
const maky = User{
.code = &[_][]const u8{
"Zig",
"Go",
"TypeScript",
"JavaScript",
"GraphQL",
"Python",
"Go",
"Lua",
},
.os = "Mac OS",
.editor = "NeoVim",
};
std.debug.print("Maky's details:\n", .{});
std.debug.print(" Code: ", .{});
for (franklin.code) |lang| {
std.debug.print("{s}, ", .{lang});
}
std.debug.print("\n OS: {s}\n", .{maky.os});
std.debug.print(" Editor: {s}\n", .{maky.editor});
std.debug.print(" Playlist: {s}\n", .{maky.playlist});
}
π₯½
Go fast, break things! π π
Pinned Loading
-
-
-
codecrafters-http-server-zig
codecrafters-http-server-zig PublicHTTP/1.1 server that is capable of serving multiple clients
Zig
-
codecrafters-shell-zig
codecrafters-shell-zig PublicPOSIX compliant shell that's capable of interpreting shell commands, running external programs and builtin commands like cd, pwd, echo and more
Zig
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.