clang src/main.c -g -o ./bin/slime --std=c99 || exit 1 echo "" echo "--- Output Start ---" ./bin/slime echo "--- Output End ---"