diff options
| author | Conor Hoekstra <codereport@outlook.com> | 2024-09-21 00:10:12 -0400 |
|---|---|---|
| committer | Conor Hoekstra <codereport@outlook.com> | 2024-09-21 00:10:12 -0400 |
| commit | 295624cba350a5e0bb34e0e895f7e8930c7e07af (patch) | |
| tree | d6a2d713b1b6f3ef248007c72149ca9063152cee | |
| parent | f5e94e61241e2fdf881635f0aee9a49db72e9d26 (diff) | |
| download | perlweeklychallenge-club-295624cba350a5e0bb34e0e895f7e8930c7e07af.tar.gz perlweeklychallenge-club-295624cba350a5e0bb34e0e895f7e8930c7e07af.tar.bz2 perlweeklychallenge-club-295624cba350a5e0bb34e0e895f7e8930c7e07af.zip | |
:recycle: small cleanup
| -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 ⟩ |
