typedef struct config_s {
char *os;
char *languages;
char *editor;
char *personnality;
char *school;
} config_t;
int main(void)
{
config_t aryan = {
"Ubuntu, Arch, MacOS",
"C, Python, HTML, CSS, JS, PHP, MySQL, Docker",
"vim, vscode",
"seeking knowledge and progression",
"Epitech 2nd year student"
};
return 0;
}
🎇
1.048596
Highlights
- Pro
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.