Post History
Ruby, 69 bytes require'prime';->n{Prime.first(n).then{_1.product _1}.find{_1+_2==n}} Try it online!
#1: Initial revision
# [Ruby](https://www.ruby-lang.org/en/), 69 bytes
```RUBY
require'prime';->n{Prime.first(n).then{_1.product _1}.find{_1+_2==n}}
```
[Try it online!](https://ato.pxeger.com/run?1=m72kqDSpcsGCpaUlaboWN9OLUgtLM4tS1QuKMnNT1a3TbHXt8qoDQBy9tMyi4hKNPE29kozUvOp4Q72CovyU0uQShXjDWqBkXgpQTDveyNY2r7aWq0BBK9pEx0zHyETH0MhAx9DAwCBWLzexoDotOt4wthZiHdRWmO0A)
