wzhouwzhou / one-line-wonders

OneLineWondersCode | 1000+ Commits | 279/300 One Liners | 200+ Forks | Actively maintained open-source collection of "one-line" programs performing various tasks in different languages
https://hacktoberfest2018.suya.moe
GNU General Public License v3.0
96 stars 192 forks source link

added find-prime-number to R/ #442

Closed KKulma closed 3 years ago

KKulma commented 3 years ago

Please describe your program and how to run it.

My R function finds a prime number, e.g. is.prime(1), is.prime(6), is.prime(3), etc.


What Programming Language?

R

wzhouwzhou commented 3 years ago

Thanks for updating the gitignore as well!