Skip to content

Commit

Permalink
Add code execution for Swift
Browse files Browse the repository at this point in the history
  • Loading branch information
sp4ce-cowboy committed Nov 3, 2024
1 parent 0b42947 commit aca88b5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const CollaborationServiceIntegratedView: React.FC = () => {
: e.target.value === '50' ? 'text/x-csrc'
: e.target.value === '71' ? 'python'
: e.target.value === '62' ? 'text/x-java'
: e.target.value === '83' ? 'swift'
: 'javascript');
}

Expand Down Expand Up @@ -178,6 +179,7 @@ const CollaborationServiceIntegratedView: React.FC = () => {
<option value="50">C</option>
<option value="71">Python</option>
<option value="62">Java</option>
<option value="83">Swift</option>
</select>
</div>
</div>
Expand Down

0 comments on commit aca88b5

Please sign in to comment.