Jump to content

Attractive numbers: Difference between revisions

m
→‎{{header|JavaScript}}: one renamed function
m (→‎{{header|JavaScript}}: one renamed function)
Line 776:
// main :: IO ()
const main = () =>
showListshowCols(10)(
takeWhile(ge(120))(
attractiveNumbers()
Line 934:
 
 
// showListshowCols :: Int -> [a] -> String
const showListshowCols = w => xs => {
const
ys = xs.map(str),
9,659

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.