You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .verify-helper/docs/static/document.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Summary:
21
21
### Settings for C++
22
22
23
23
You can specify compilers and options with writing `.verify-helper/config.toml` as below.
24
-
If there is no settings, online-judge-verify-helper automatically detects compilers (`g++` and `clang++` if exists) and use recommended options.
24
+
If there are no settings, online-judge-verify-helper automatically detects compilers (`g++` and `clang++` if exists) and use recommended options.
25
25
26
26
```toml
27
27
[[languages.cpp.environments]]
@@ -92,7 +92,7 @@ You can customize the method to list depending files with `languages.rust.list_d
92
92
### Settings for other languages
93
93
94
94
You can use languages other than above (e.g. AWK [examples/awk/circle.test.awk](https://github.com/online-judge-tools/verification-helper/blob/master/examples/awk/circle.test.awk)). Please write commands to compile and execute in the config file `.verify-helper/config.toml` (e.g. [.verify-helper/config.toml](https://github.com/kmyk/online-judge-verify-helper/blob/master/.verify-helper/config.toml)).
95
-
`compile` field and `execute` field is required, and other fields are optional.
95
+
`compile` field and `execute` field are required, and other fields are optional.
0 commit comments