您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

9 行
141 B

  1. clang src/main.c -g -o ./bin/slime --std=c99 || exit 1
  2. echo ""
  3. echo "--- Output Start ---"
  4. pushd bin
  5. ./slime
  6. popd
  7. echo "--- Output End ---"