- π₯οΈ Linux Dev
- π C for ever
- β¨ Nvim because is the best
- π§ Low-Level Wizard
struct config
{
char *os;
char *languages;
char *editor;
char *motto;
char *school;
};
int main()
{
struct config twip4 =
{
"Macos/Debian",
"C, C++, Python, Java, PHP",
"Nvim",
"Seek strength. The rest will follow",
"Epita"
};
return 0;
}