53MKnWboUIKj7JwCqIQCCp changeset

Changeset343566306634 (b)
ParentNone (a)
ab
0+(defn base-positions
0+  []
0+  (white [Queen 'd1] [King 'e1] [Rook 'a1 'h1] [Knight 'b1 'g1] [Elephant 'c1 'f1] [Pawn 'a2 'h2]))
...
1
2
3
4
5
6
--- Revision None
+++ Revision 343566306634
@@ -0,0 +1,3 @@
+(defn base-positions
+ []
+ (white [Queen 'd1] [King 'e1] [Rook 'a1 'h1] [Knight 'b1 'g1] [Elephant 'c1 'f1] [Pawn 'a2 'h2]))