index
:
minishell.git
lexer
m_test
master
path
rendu
School project: a minimalistic shell based on bash
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
);
}