-
Notifications
You must be signed in to change notification settings - Fork 0
/
jour2.c
14 lines (14 loc) · 921 Bytes
/
jour2.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* jour2.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: ymahade <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2016/08/04 12:25:25 by ymahade #+# #+# */
/* Updated: 2016/08/04 12:30:18 by ymahade ### ########.fr */
/* */
/* ************************************************************************** */int main()
{
return (0);
}