Skip to content

Instantly share code, notes, and snippets.

@chunkybanana
Created October 5, 2022 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chunkybanana/0945b844faca5a917465bad938405076 to your computer and use it in GitHub Desktop.
Save chunkybanana/0945b844faca5a917465bad938405076 to your computer and use it in GitHub Desktop.
Vyxal Crossword
Each row or column is a 3-char program that outputs a certain integer. Additionally, each character can only be used once.
1 ⎕ 2 3 ⎕ 4
⎕ 5 ⎕ ⎕ ⎕
6 7 ⎕ 8 9 ⎕
⎕ ⎕
10⎕ 11 12⎕ 13
⎕ 14⎕ ⎕ ⎕
15⎕ ⎕ 16⎕ ⎕
Across
1. 78
3. 24
5. 64
6. -1
8. 80
10. 100
12. 5
14. 3
15. -7
16. 97
Down
1. 129
2. 65
3. 1764
4. 19088743
7. 2
9. 166
10. 1267650600228229401496703205376
11. -3
12. 29
13. 507
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment