Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add elixir extensions #171

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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