pub const Bio = struct {
pub const KnownLanguage = enum(u8) {
c,
java,
kotlin,
vhdl,
verilog,
zig,
};
name: []const u8 = "Isaac George",
username: []const u8 = "MrGeoTech",
location: []u8 = "United States",
occupation: ?[]u8 = "Student",
institution: ?[]u8 = "NDSU 🟩🦬🟨",
favoriteLanguage: KnownLanguage = .zig,
age: u8 = 19,
interests: [][]const u8 = .{
"Computing History",
"Performance Optimization",
"VLSI Design",
"Programming",
"Linux",
"Video Games",
"Music",
},
linked_in: []const u8 = "https://www.linkedin.com/in/isaac-george-tech/",
};
🤬
Why is this not working?
Highlights
- Pro
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.