Skip to content

Commit

Permalink
Enable python option
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Oct 3, 2024
1 parent 766de1b commit 3869e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/problem/Problem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const Problem: React.FC = () => {
}}
>
<option value={"cpp"}>C++</option>
{/* <option value={"python"}>Python</option> */}
<option value={"python"}>Python</option>
</select>
<div
className="flex h-96 flex-col gap-4 rounded border border-base-content/10"
Expand Down

0 comments on commit 3869e2f

Please sign in to comment.