Skip to content
View al7aro's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report al7aro

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
al7aro/README.md

Typing SVG

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);
}

24/7 Available via

Pinned

  1. fract-ol fract-ol Public

    fractal viewer

    C 1

  2. scop scop Public

    The entry point to the world of computer graphics.

    C

  3. webserv webserv Public

    Forked 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++

  4. minishell minishell Public

    C 1