diff options
| -rw-r--r-- | challenge-082/conor-hoekstra/ch-1.bqn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/challenge-082/conor-hoekstra/ch-1.bqn b/challenge-082/conor-hoekstra/ch-1.bqn index 3f605e9c0a..7fc31d78da 100644 --- a/challenge-082/conor-hoekstra/ch-1.bqn +++ b/challenge-082/conor-hoekstra/ch-1.bqn @@ -5,5 +5,5 @@ Factors ← (1+↕)(⊣/˜0=|)⊢ CommonFactors ← (∊/⊣)○Factors # Tests -•Show 12 CommonFactors 18 -•Show 18 CommonFactors 23 +•Show 12 CommonFactors 18 # ⟨ 1 2 3 6 ⟩ +•Show 18 CommonFactors 23 # ⟨ 1 ⟩ |
