···3232 time php "$fn" < {{input}}
3333 else if test -f {{part}}.ex
3434 time elixir "$fn" < {{input}}
3535+ else if test -d {{part}} -a -f {{part}}/gleam.toml
3636+ pushd {{part}}
3737+ time gleam run "$fn" < ../{{input}}
3538 else if test -f {{part}}.erl
3639 erl -compile "$fn"
3740 and time erl -noshell -s {{part}} main -s init stop < {{input}}