We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd4591 commit d42a594Copy full SHA for d42a594
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "interview-coder-v1",
3
- "version": "1.0.17",
+ "version": "1.0.18",
4
"main": "dist-electron/main.js",
5
"scripts": {
6
"clean": "rimraf dist dist-electron",
src/components/shared/LanguageSelector.tsx
@@ -51,6 +51,7 @@ export const LanguageSelector: React.FC<LanguageSelectorProps> = ({
51
<option value="kotlin">Kotlin</option>
52
<option value="ruby">Ruby</option>
53
<option value="sql">SQL</option>
54
+ <option value="r">R</option>
55
</select>
56
</div>
57
0 commit comments