func main() {
me := struct {
Name string
Website string
Occupation string
ProgrammingLang map[string]string
HumanLang map[string]string
Affiliations []string
TechStuff []string
OtherStuff []string
PastProjects []string
}{
Name: "DatCodeMania",
Website: "https://codemania.dev",
Occupation: "High school student, aspiring software engineer ๐จโ๐ป",
ProgrammingLang: map[string]string{
"Python": "Intermediate",
"Java": "BeginnerโIntermediate",
"Go": "Beginner",
},
HumanLang: map[string]string{
"English ๐บ๐ธ": "Fluent",
"Russian ๐ท๐บ": "Fluent",
"German ๐ฉ๐ช": "Fluent",
"Spanish ๐ช๐ธ": "Intermediate (learning)",
},
Affiliations: []string{
"Hack Club (https://hackclub.com) Leader ๐",
},
TechStuff: []string{
"I use Arch btw ๐ง",
"Daily driving a ThinkPad",
},
OtherStuff: []string{
"๐ท๐๐พ๐๏ธ",
},
PastProjects: []string{
"Built and ran large-scale online game servers.",
"Built stealthy mod loaders using JNI and deep JVM internals.",
"Developed mods and plugins for Minecraft,"
"... both personal and commissioned.",
}
}
}
-
Notifications
You must be signed in to change notification settings - Fork 0
DatCodeMania/DatCodeMania
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
ย | ย | |||
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published