Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
11
Task/Babbage-problem/Transd/babbage-problem.transd
Normal file
11
Task/Babbage-problem/Transd/babbage-problem.transd
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#lang transd
|
||||
|
||||
MainModule : {
|
||||
rem: 269696,
|
||||
|
||||
_start: (lambda
|
||||
(with n (to-Int (sqrt rem))
|
||||
(while (neq (mod (pow n 2) 1000000) rem) (+= n 1))
|
||||
(lout n)
|
||||
) )
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue