mirror of
https://github.com/MeiK2333/river.git
synced 2025-09-26 22:49:11 +08:00
fix language version
This commit is contained in:
parent
a379b61bc7
commit
c45614f0f9
@ -7,7 +7,7 @@ languages:
|
|||||||
run_cmd: ./a.out
|
run_cmd: ./a.out
|
||||||
version: gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
|
version: gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
|
||||||
|
|
||||||
Cpp:
|
C++:
|
||||||
compile_cmd: /usr/bin/g++ main.cpp -O2 -Wall --static -o a.out --std=gnu++17
|
compile_cmd: /usr/bin/g++ main.cpp -O2 -Wall --static -o a.out --std=gnu++17
|
||||||
code_file: main.cpp
|
code_file: main.cpp
|
||||||
run_cmd: ./a.out
|
run_cmd: ./a.out
|
||||||
@ -25,7 +25,7 @@ languages:
|
|||||||
run_cmd: ./a.out
|
run_cmd: ./a.out
|
||||||
version: rustc 1.49.0 (e1884a8e3 2020-12-29)
|
version: rustc 1.49.0 (e1884a8e3 2020-12-29)
|
||||||
|
|
||||||
Node:
|
JavaScript:
|
||||||
compile_cmd: /usr/bin/node /plugins/node/validate.js main.js
|
compile_cmd: /usr/bin/node /plugins/node/validate.js main.js
|
||||||
code_file: main.js
|
code_file: main.js
|
||||||
run_cmd: /usr/bin/node main.js
|
run_cmd: /usr/bin/node main.js
|
||||||
@ -35,7 +35,7 @@ languages:
|
|||||||
compile_cmd: /usr/bin/tsc -p /tsconfig.json
|
compile_cmd: /usr/bin/tsc -p /tsconfig.json
|
||||||
code_file: main.ts
|
code_file: main.ts
|
||||||
run_cmd: /usr/bin/node main.js
|
run_cmd: /usr/bin/node main.js
|
||||||
version: v9.1.1
|
version: Version 4.1.3
|
||||||
|
|
||||||
Go:
|
Go:
|
||||||
compile_cmd: /usr/bin/go build -o a.out main.go
|
compile_cmd: /usr/bin/go build -o a.out main.go
|
||||||
|
Loading…
Reference in New Issue
Block a user