Skip to content

Commit

Permalink
add parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Sinton committed Dec 7, 2024
1 parent cffe3a6 commit cdc1c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ run "MAWK" "mawk -f ./awk/code.awk 40"
run "Clojure" "java -cp clojure/classes:$(clojure -Spath) code 40"
run "Babashka" "bb -cp clojure -m code 40"
run "COBOL" "./cobol/main"
run "Cython" "./cython/code"
run "Cython" "./cython/code 40"

0 comments on commit cdc1c4c

Please sign in to comment.