Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Add java submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-Toosi committed Jun 18, 2023
1 parent 25fdd6b commit 6b6b881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = cq23
version = 1.10.0
version = 1.11.0
author = CodeQuest
author_email = info@codequest.club
description = CLI Tools for CodeQuest 23
Expand Down
1 change: 1 addition & 0 deletions src/new_client/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def new_client(*args):
"raw": "https://github.com/CALED-Team/codequest23-raw-submission.git",
"python": "https://github.com/CALED-Team/codequest23-python-submission.git",
"cpp": "https://github.com/CALED-Team/codequest23-cpp-submission.git",
"java": "https://github.com/CALED-Team/codequest23-java-submission.git",
}
language = args[0]

Expand Down

0 comments on commit 6b6b881

Please sign in to comment.