-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.c
19 lines (16 loc) · 946 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: msoulaim <msoulaim@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/02/19 16:10:25 by msoulaim #+# #+# */
/* Updated: 2021/02/19 16:10:58 by msoulaim ### ########.fr */
/* */
/* ************************************************************************** */
#include <mlx.h>
#include <stdio.h>
int main()
{
}