void _program(void){}
void _focus(void){}
void _listen(void){}
void _organize(void){}
typedef struct s_lowleveldev
{
char name[8];
char interests[8][16];
char lang[8][8];
void *skills[8];
} t_lowleveldev;
int main(void)
{
t_lowleveldev me =
{
{"AlVARO"},
{"C/C++", "JULIA", "OPENGL", "PHYSICS", "MATH", "VIDEOGAMES", "RUBIK CUBES"},
{"en_US", "es_ES"},
{_program, _focus, _listen, _organize}
};
return (0);
}
Pinned Loading
-
-
webserv
webserv PublicForked from arikhativa/webserv
Webserv is a project about writing your own HTTP server. It will need to be able to serve both static and dynamically generated websites.
C++
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.