git-subtree-dir: prototype git-subtree-split: 91f7db00d45e7f991b5587ee07f09977ae311ee7
6 lines
157 B
Plaintext
6 lines
157 B
Plaintext
% 20-queens:
|
|
% 7 13 11 8 6 18 10 17 9 20 16 19 15 12 14 4 2 5 3 1
|
|
%
|
|
q = [7, 13, 11, 8, 6, 18, 10, 17, 9, 20, 16, 19, 15, 12, 14, 4, 2, 5, 3, 1];
|
|
----------
|