-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.c
18 lines (16 loc) · 949 Bytes
/
main.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: shongou <shongou@student.42tokyo.jp> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/11/04 23:02:53 by shongou #+# #+# */
/* Updated: 2022/11/04 23:02:54 by shongou ### ########.fr */
/* */
/* ************************************************************************** */
#include "minishell.h"
int main(void)
{
minishell();
}