Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
11
Task/Department-numbers/Transd/department-numbers.transd
Normal file
11
Task/Department-numbers/Transd/department-numbers.transd
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#lang transd
|
||||
|
||||
MainModule : {
|
||||
_start: (lambda
|
||||
(lout "Police | Sanit. | Fire")
|
||||
(for i in Range(1 8) where (not (mod i 2)) do
|
||||
(for j in Range(1 8) where (neq i j) do
|
||||
(for k in Range(1 8) where (and (neq i k) (neq j k)) do
|
||||
(if (eq (+ i j k) 12) (lout i " " j " " k)))))
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue