Compare commits
No commits in common. "5822a209edbb29e47784cfa778e6ba66482e7c16" and "b654a77cedf5108e4d79a76991937193cb521881" have entirely different histories.
5822a209ed
...
b654a77ced
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Put instructions to compile source code, remove this file if the language does not require this stage
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"language": "python",
|
||||
"version": "3.10.0",
|
||||
"aliases": ["py", "py3", "python3", "python3.10"]
|
||||
"aliases": ["py", "py3", "python3"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue