Skip to content

Conversation

hmdyt
Copy link

@hmdyt hmdyt commented Nov 2, 2024

概要

language_guessing に elixir が入ってなかったので追加しました。差し支えなければマージしてくださると 🙏

動作確認

以下のコマンドとその結果を確認した

diff入れる前

oj-api guess-language-id --file main.exs https://atcoder.jp/contests/agc001/tasks/agc001_a
{"status": "error", "messages": ["RuntimeError: no language id found"], "result": null}

diff入れた後

oj-api guess-language-id --file main.exs https://atcoder.jp/contests/agc001/tasks/agc001_a
{"status": "ok", "messages": [], "result": {"id": "5085", "description": "Elixir (Elixir 1.15.2)", "context": {"problem": {"url": "https://atcoder.jp/contests/agc001/tasks/agc001_a"}}}}

@hmdyt
Copy link
Author

hmdyt commented Nov 2, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant