This commit is contained in:
Ali Gator 2022-12-20 12:30:58 +01:00
parent 99a54eeb13
commit 7500c6ac1f
1 changed files with 13 additions and 0 deletions

View File

@ -64,6 +64,19 @@ const presetRuleset = [
"000": 0,
},
},
{
name: "rule 30",
rules: {
100: 1,
101: 0,
110: 0,
111: 0,
"011": 1,
"010": 1,
"001": 1,
"000": 0,
},
},
{
name: "unknown rule",
rules: {