Files
minishell/main.c
2024-02-02 22:12:49 +01:00

19 lines
964 B
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tomoron <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/02 21:59:20 by tomoron #+# #+# */
/* Updated: 2024/02/02 22:12:38 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
#include <stdio.h>
int main(void)
{
printf("un super minishell\n");
}