// whoami
struct developer {
const char *name;
const char *focus;
const char *current_project;
const char *location;
};
static const struct developer bd_loser = {
.name = "bd-loser",
.focus = "systems programming · android internals",
.current_project = "bun-termux — native Bun runtime for Android",
.location = "Android / Termux",
};Powered by github-contribution-grid-snake