forked from wspace/corpus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
21 lines (21 loc) · 958 Bytes
/
project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"id": "python/molfarua-codewars",
"name": "CodeWars_Solutions",
"authors": ["MolfarUA"],
"license": "GPL-3.0",
"languages": ["Python", "CoffeeScript", "C++", "Java", "JavaScript", "TypeScript"],
"tags": ["interpreter"],
"date": "2021-12-31 01:14:10 +0200",
"spec_version": "0.3",
"source": ["https://github.com/MolfarUA/CodeWars_Solutions"],
"challenges": ["Codewars"],
"run_errors": "Needs Codewars entrypoints",
"commands": [
{ "type": "interpreter", "bin": "2 kyu/Whitespace Interpreter/solution.py" },
{ "type": "interpreter", "bin": "2 kyu/Whitespace Interpreter/solution.coffee" },
{ "type": "interpreter", "bin": "2 kyu/Whitespace Interpreter/solution.cpp" },
{ "type": "interpreter", "bin": "2 kyu/Whitespace Interpreter/solution.java" },
{ "type": "interpreter", "bin": "2 kyu/Whitespace Interpreter/solution.js" },
{ "type": "interpreter", "bin": "2 kyu/Whitespace Interpreter/solution.ts" }
]
}