File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
docs/codeql/writing-codeql-queries Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,13 @@ You start asking some creative questions and making notes of the answers so you
39
39
+------+--------------------------------------------------------------------+--------+
40
40
| (7) | Is the thief taller than 180cm and shorter than 190cm? | no |
41
41
+------+--------------------------------------------------------------------+--------+
42
- | (8) | Is the thief the tallest person in the village? | no |
42
+ | (8) | Is the thief the oldest person in the village? | no |
43
43
+------+--------------------------------------------------------------------+--------+
44
- | (9) | Is the thief shorter than the average villager ? | yes |
44
+ | (9) | Is the thief the tallest person in the village ? | no |
45
45
+------+--------------------------------------------------------------------+--------+
46
- | (10) | Is the thief the oldest person in the eastern part of the village? | yes |
46
+ | (10) | Is the thief shorter than the average villager? | yes |
47
+ +------+--------------------------------------------------------------------+--------+
48
+ | (11) | Is the thief the oldest person in the eastern part of the village? | yes |
47
49
+------+--------------------------------------------------------------------+--------+
48
50
49
51
There is too much information to search through by hand, so you decide to use your newly acquired QL skills to help you with your investigation...
You can’t perform that action at this time.
0 commit comments