File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.verify-helper/docs/static Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
| C# script | ` .csx ` | ` .test.csx ` | ` // verification-helper: [KEY] [VALUE] ` | :heavy_check_mark : / :x : / :heavy_check_mark : | [ segment_tree.range_sum_query.test.csx] ( https://github.com/online-judge-tools/verification-helper/blob/master/examples/csharpscript/segment_tree.range_sum_query.test.csx ) |
13
13
| Nim | ` .nim ` | ` _test.nim ` | ` # verification-helper: [KEY] [VALUE] ` | :heavy_check_mark : / :x : / :heavy_check_mark : | [ union_find_tree_yosupo_test.nim] ( https://github.com/online-judge-tools/verification-helper/blob/master/examples/nim/union_find_tree_yosupo_test.nim ) |
14
14
| Python 3 | ` .py ` | ` .test.py ` | ` # verification-helper: [KEY] [VALUE] ` | :heavy_check_mark : / :x : / :heavy_check_mark : | [ union_find_yosupo.test.py] ( https://github.com/online-judge-tools/verification-helper/blob/master/examples/python/union_find_yosupo.test.py ) |
15
- | Haskell | ` .hs ` | ` .test.hs ` | ` {- verification-helper: [KEY] [VALUE]` (newline) ` -} ` | :heavy_check_mark : / :x : / :warning : | [ HelloWorld.test.hs] ( https://github.com/online-judge-tools/verification-helper/blob/master/Examples2/Haskell/HelloWorld.test.hs ) |
15
+ | Haskell | ` .hs ` | ` .test.hs ` | ` -- verification-helper: [KEY] [VALUE]` | :heavy_check_mark : / :x : / :warning : | [ HelloWorld.test.hs] ( https://github.com/online-judge-tools/verification-helper/blob/master/Examples2/Haskell/HelloWorld.test.hs ) |
16
16
| Ruby | ` .rb ` | ` .test.rb ` | ` # verification-helper: [KEY] [VALUE] ` | :heavy_check_mark : / :x : / :warning : | [ hello_world.test.rb] ( https://github.com/online-judge-tools/verification-helper/blob/master/examples/ruby/hello_world.test.rb ) |
17
17
| Go | ` .go ` | ` .test.go ` | ` // verification-helper: [KEY] [VALUE] ` | :heavy_check_mark : / :x : / :warning : | [ helloworld.test.go] ( https://github.com/online-judge-tools/verification-helper/blob/master/examples/go/helloworld.test.go ) |
18
18
| Java | ` .java ` | ` _test.java ` | ` // verification-helper: [KEY] [VALUE] ` | :heavy_check_mark : / :x : / :warning : | [ HelloWorld_test.java] ( https://github.com/online-judge-tools/verification-helper/blob/master/examples/java/HelloWorld_test.java ) |
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Summary:
12
12
| C# script | ` .csx ` | ` .test.csx ` | ` // verification-helper: [KEY] [VALUE] ` | :heavy_check_mark : / :x : / :heavy_check_mark : | [ segment_tree.range_sum_query.test.csx] ( https://github.com/online-judge-tools/verification-helper/blob/master/examples/csharpscript/segment_tree.range_sum_query.test.csx ) |
13
13
| Nim | ` .nim ` | ` _test.nim ` | ` # verification-helper: [KEY] [VALUE] ` | :heavy_check_mark : / :x : / :heavy_check_mark : | [ union_find_tree_yosupo_test.nim] ( https://github.com/online-judge-tools/verification-helper/blob/master/examples/nim/union_find_tree_yosupo_test.nim ) |
14
14
| Python 3 | ` .py ` | ` .test.py ` | ` # verification-helper: [KEY] [VALUE] ` | :heavy_check_mark : / :x : / :heavy_check_mark : | [ union_find_yosupo.test.py] ( https://github.com/online-judge-tools/verification-helper/blob/master/examples/python/union_find_yosupo.test.py ) |
15
- | Haskell | ` .hs ` | ` .test.hs ` | ` {- verification-helper: [KEY] [VALUE]` (newline) ` -} ` | :heavy_check_mark : / :x : / :warning : | [ HelloWorld.test.hs] ( https://github.com/online-judge-tools/verification-helper/blob/master/Examples2/Haskell/HelloWorld.test.hs ) |
15
+ | Haskell | ` .hs ` | ` .test.hs ` | ` -- verification-helper: [KEY] [VALUE]` | :heavy_check_mark : / :x : / :warning : | [ HelloWorld.test.hs] ( https://github.com/online-judge-tools/verification-helper/blob/master/Examples2/Haskell/HelloWorld.test.hs ) |
16
16
| Ruby | ` .rb ` | ` .test.rb ` | ` # verification-helper: [KEY] [VALUE] ` | :heavy_check_mark : / :x : / :warning : | [ hello_world.test.rb] ( https://github.com/online-judge-tools/verification-helper/blob/master/examples/ruby/hello_world.test.rb ) |
17
17
| Go | ` .go ` | ` .test.go ` | ` // verification-helper: [KEY] [VALUE] ` | :heavy_check_mark : / :x : / :warning : | [ helloworld.test.go] ( https://github.com/online-judge-tools/verification-helper/blob/master/examples/go/helloworld.test.go ) |
18
18
| Java | ` .java ` | ` _test.java ` | ` // verification-helper: [KEY] [VALUE] ` | :heavy_check_mark : / :x : / :warning : | [ HelloWorld_test.java] ( https://github.com/online-judge-tools/verification-helper/blob/master/examples/java/HelloWorld_test.java ) |
You can’t perform that action at this time.
0 commit comments