Add: forumTopicId for rosetta code (#38855)

This commit is contained in:
Rajat Gupta
2020-06-08 20:07:41 +05:30
committed by GitHub
parent 43865fc098
commit fd2ca5cf40
17 changed files with 22 additions and 5 deletions

View File

@ -3,6 +3,7 @@ id: 5ea281203167d2b0bdefca00
title: Ludic numbers
challengeType: 5
isHidden: false
forumTopicId: 385282
---
## Description
@ -80,7 +81,7 @@ tests:
```js
function ludic(n) {
}
```