Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Commit

Permalink
added a new example
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Leuschel committed Oct 24, 2012
1 parent 21747d2 commit c09480d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/classicalb/choochootrain
@@ -0,0 +1,2 @@
/* Find all solutions to puzzle: CHOO + CHOO = TRAIN */
{C,H,O,T,R,A,I,N| {C,T}<:1..9 & {H,O,R,A,I,N} <:0..9 & 22*O + 200*H + 2000*C = T*10000+R*1000+A*100+I*10+N & card({C,H,O,T,R,A,I,N})=8}

0 comments on commit c09480d

Please sign in to comment.