We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b3a39 commit cb6009eCopy full SHA for cb6009e
exercises/practice/binary/.meta/config.json
@@ -23,6 +23,9 @@
23
],
24
"example": [
25
".meta/example.py"
26
+ ],
27
+ "invalidator": [
28
+ "tests.toml"
29
]
30
},
31
"source": "All of Computer Science",
exercises/practice/binary/.meta/tests.toml
@@ -4,6 +4,7 @@
4
5
[567fc71e-1013-4915-9285-bca0648c0844]
6
description = "binary 0 is decimal 0"
7
+include = false
8
9
[c0824fb1-6a0a-4e9a-a262-c6c00af99fa8]
10
description = "binary 1 is decimal 1"
0 commit comments