diff options
| author | Daniel Hader <[email protected]> | 2026-06-04 18:29:34 -0500 |
|---|---|---|
| committer | Daniel Hader <[email protected]> | 2026-06-04 18:29:34 -0500 |
| commit | 3ac68b8b59f150e08731a62026ce3ac825655614 (patch) | |
| tree | b493b1668721caf705aaeb7f700b14e21933ae25 /static/submit.html | |
| parent | 9122911ca8a8be68d30194a3765a2d4cddaff1a1 (diff) | |
viewing submissions logic
Diffstat (limited to 'static/submit.html')
| -rw-r--r-- | static/submit.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/submit.html b/static/submit.html index 151fba5..43a1dbf 100644 --- a/static/submit.html +++ b/static/submit.html @@ -25,7 +25,8 @@ <label for="submission-language">Language</label><br> <select id="submission-language"> <option value="c">C</option> - <option value="c++">C++</option> + <option value="cpp">C++</option> + <option value="csharp">C♯</option> <option value="go">Go</option> <option value="haskell">Haskell</option> <option value="java">Java</option> |
