python c++ c

This commit is contained in:
krahets
2023-12-01 20:47:19 +08:00
parent b824d149cb
commit e3fcf37afe
3 changed files with 23 additions and 11 deletions
+3 -1
View File
@@ -6,8 +6,10 @@ services:
args:
# 设置需要安装的语言,使用空格隔开
# Set the languages to be installed, separated by spaces
LANGS: "python cpp java csharp"
LANGS: "python cpp c"
image: hello-algo-code
container_name: hello-algo-code
volumes:
- .:/codes
stdin_open: true
tty: true