aboutsummaryrefslogtreecommitdiff
path: root/challenge-281/conor-hoekstra/ch-1.bqn
blob: 3b0feeb2b6486744d73e958106f83f2b8d0f1d59 (plain)
1
2
3
4
5
6
7
8
9
10
# For up to date code:
# https://github.com/codereport/bqn-code/blob/main/pwc/281-1.bqn

IsDark  2|·+´48|-'0'¨

# Tests
•Show IsDark "d3" # 1
•Show IsDark "g5" # 0
•Show IsDark "e6" # 1
•Show IsDark "a1" # 0