struct Dev {
role: &'static str,
area: &'static str,
background: (&'static str, &'static str),
}
const ME: Dev = Dev {
role: "startup engineer",
area: "HPC",
background: ("SpaceAIC", "UIUC"),
};
🥦
On vacation
Pinned Loading
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.

