Skip to main content
deleted 6 characters in body
Source Link
Galen Ivanov
  • 21.5k
  • 3
  • 26
  • 62

Red, 141139 bytes

func[a][foreach c{ XYZABC VW DE U F T G S H RQ JI PONMLK}[if c > sp[c: c + a % 26 + 65]prin c]]  

Try it online!Try it online!

A really naive solution.

Red, 141 bytes

func[a][foreach c{ XYZABC VW DE U F T G S H RQ JI PONMLK}[if c > sp[c: c + a % 26 + 65]prin c]]  

Try it online!

A really naive solution.

Red, 139 bytes

func[a][foreach c{ XYZABC VW DE U F T G S H RQ JI PONMLK}[if c > sp[c: c + a % 26 + 65]prin c]] 

Try it online!

A really naive solution.

Source Link
Galen Ivanov
  • 21.5k
  • 3
  • 26
  • 62

Red, 141 bytes

func[a][foreach c{ XYZABC VW DE U F T G S H RQ JI PONMLK}[if c > sp[c: c + a % 26 + 65]prin c]] 

Try it online!

A really naive solution.