Skip to content

Commit

Permalink
Remove rust from generate folders
Browse files Browse the repository at this point in the history
  • Loading branch information
RodXPP committed May 26, 2023
1 parent e6eebba commit 21f5dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generateFolders.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Define the array of languages
languages=("c" "cpp" "c#" "python" "rust" "golang")
languages=("c" "cpp" "c#" "python" "golang")

# Iterate over each language
for language in "${languages[@]}"; do
Expand Down

0 comments on commit 21f5dd6

Please sign in to comment.