class TwoP {
static function main() {
var profile = {
name: "2P",
age: 18,
birthday: new Date(2008, 10, 1),
school: "GSMHS",
interests: ["Back-end", "Game Development"],
stack: {
languages: ["Java", "Python", "C", "C++", "Lua", "Haxe", "HScript", "Html", "CSS", "Js"],
frameworks: ["Spring Boot", "Flask", "FastAPI", "HaxeFlixel"],
tools: ["VS Code", "IntelliJ IDEA", "Visual Studio", "Figma", "Git", "GitHub"]
}
};
trace(profile);
}
}| Programs I Use for Development | Frontend Development |
|
|
|
| Backend Development | Game Development |
|
|
|


