const std = @import("std");
pub fn main() void {
const Person = struct {
name: []const u8,
age: usize,
};
const me = Person{.name="FallAngel", .age=20};
std.debug.print("{}\n", .{me});
}
🥢
I may be slow to respond.
Popular repositories Loading
-
-
smolhttp
smolhttp PublicForked from Sreyas-Sreelal/minihttp
A simple and lightweight http client lib for rust
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.