18 lines
947 B
C
18 lines
947 B
C
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* main.c :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: jhalford <marvin@42.fr> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2016/08/11 18:21:07 by jhalford #+# #+# */
|
|
/* Updated: 2016/08/11 18:21:31 by jhalford ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
void ft_generic();
|
|
|
|
int main(void)
|
|
{
|
|
ft_generic();
|
|
}
|