changed file and folder names to a sane scheme
This commit is contained in:
parent
c19129e6dd
commit
b725343392
34 changed files with 44 additions and 0 deletions
4
e0006/euler0006.rkt
Normal file
4
e0006/euler0006.rkt
Normal file
|
@ -0,0 +1,4 @@
|
|||
#lang racket
|
||||
|
||||
(- (* (apply + (range 1 101)) (apply + (range 1 101)))
|
||||
(foldl + 0 (map (λ (x) (* x x)) (range 1 101))))
|
Reference in a new issue