We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3873c44 commit 156734cCopy full SHA for 156734c
sample/n-queen.egi
@@ -39,7 +39,7 @@
39
<nil>>>>>>>>>
40
a]))
41
42
-(test eight-queen)
+;(test eight-queen)
43
44
(define $n-queen
45
(lambda [$n]
@@ -55,4 +55,7 @@
55
<nil>)>
56
a])))
57
58
-(test (n-queen 4))
+(test (n-queen 8))
59
+(test (n-queen 9))
60
+(test (n-queen 10))
61
+(test (n-queen 11))
sample/prime-millionaire.egi
@@ -15,4 +15,4 @@
15
16
(define $main
17
(lambda [$args]
18
- (each (compose show print) (filter p? (combs (map read args))))))
+ (each (compose show print) (filter p? (combs (map read args))))))
0 commit comments