aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
blob: 05951069c0ebb1379e954584c4473f00f5c8eb8c (plain)
1
2
3
4
5
6
7
#include "minishell.h"

int main(void)
{
	ft_putendl("Hello world");
	return (0);
}