Skip to content

Commit

Permalink
Enable Rust and Haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
tom93 committed Aug 5, 2024
1 parent ddde0c0 commit 8a2a156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/Command/NZPCConfigureCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class NZPCConfigureCommand extends Command

const CONTEST_SITE_NAMES = ['Auckland', 'Hamilton', 'Invercargill', 'Christchurch', 'Wellington', 'Dunedin'];

const LANGUAGE_IDS = ['c', 'cpp', 'java', 'py3', 'csharp'];
const LANGUAGE_IDS = ['c', 'cpp', 'java', 'py3', 'csharp', 'rs', 'hs'];

protected EntityManagerInterface $em;
protected DOMJudgeService $dj;
Expand Down

0 comments on commit 8a2a156

Please sign in to comment.