1 2 3 4 5 6 7 8 9
language: c git: submodules: true python: - "3.7" script: make all && cd minishell_test && python3 main.py