Herping the derp

This commit is contained in:
Tom Moron
2024-02-02 22:12:49 +01:00
parent 7524a53cc5
commit 6a7d550a92
2 changed files with 63 additions and 0 deletions

18
main.c Normal file
View File

@ -0,0 +1,18 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* 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");
}