-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.c
20 lines (18 loc) · 982 Bytes
/
test.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* test.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: hkalia <hkalia@student.42.us.org> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2016/12/20 15:02:27 by hkalia #+# #+# */
/* Updated: 2017/01/31 15:32:18 by hkalia ### ########.fr */
/* */
/* ************************************************************************** */
#include <libft.h>
#include <fcntl.h>
#include <stdio.h>
int main(void)
{
return (0);
}