1
Fork 0
mirror of https://github.com/RGBCube/CSAssignments synced 2025-07-26 13:37:44 +00:00

Refactor most of the interactive runner

This commit is contained in:
RGBCube 2022-11-05 21:16:42 +03:00
parent d782a4d879
commit 58f5c52db5
9 changed files with 138 additions and 122 deletions

View file

@ -2,13 +2,13 @@ name = "CPython"
description = "Python is a high-level, general-purpose programming language"
[colors]
foreground = "fed140"
background = "3670a0"
foreground = 0xfed140
background = 0x3670a0
[run]
unix = "python3 {}"
windows = "py {}"
[dependencies]
unix = ["python3"]
windows = ["py"]
unix = [ "python3" ]
windows = [ "py" ]