5 lines
85 B
Text
5 lines
85 B
Text
func is_attractive(n) {
|
|
n.bigomega.is_prime
|
|
}
|
|
|
|
1..120 -> grep(is_attractive).say
|