Skip to content

moustiIIon/moustiIIon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 

Repository files navigation

aryan ツ

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, C++, Python, TS, PHP, MySQL, Docker",
        "vim, vscode",
        "seeking knowledge and progression",
        "Epitech 2nd year student" 
    };

    return 0;
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors