Skip to content

Commit

Permalink
Merge pull request #1 from pied-piper-inc/adding-rust
Browse files Browse the repository at this point in the history
Adding Rust
  • Loading branch information
chrispat authored Dec 9, 2020
2 parents d5ba5ce + 7d10491 commit 7fa9ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const PropTypes = require('prop-types');
const api = require('../utils/api');

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

return (
<div>
Expand Down

0 comments on commit 7fa9ff6

Please sign in to comment.