-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.c
19 lines (17 loc) · 960 Bytes
/
main.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rhiguita <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/22 23:02:02 by rhiguita #+# #+# */
/* Updated: 2024/04/25 23:29:55 by rhiguita ### ########.fr */
/* */
/* ************************************************************************** */
#include "fractol.h"
int main()
{
void *mlx;
mlx = mlx_init();
}