Skip to content

Commit 7fa9ff6

Browse files
authored
Merge pull request #1 from pied-piper-inc/adding-rust
Adding Rust
2 parents d5ba5ce + 7d10491 commit 7fa9ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const PropTypes = require('prop-types');
33
const api = require('../utils/api');
44

55
function SelectLanguage(props) {
6-
const languages = ['All', 'JavaScript', 'Java', 'CSharp', 'Python', 'Go'];
6+
const languages = ['All', 'JavaScript', 'Java', 'CSharp', 'Python', 'Go', 'Rust'];
77

88
return (
99
<div>

0 commit comments

Comments
 (0)