mirror of
https://github.com/RGBCube/CSAssignments
synced 2025-07-24 20:47:43 +00:00
14 lines
245 B
TOML
14 lines
245 B
TOML
name = "CPython"
|
|
description = "Python is a high-level, general-purpose programming language"
|
|
|
|
[colors]
|
|
foreground = 0xfed140
|
|
background = 0x3670a0
|
|
|
|
[run]
|
|
unix = "python3 {}"
|
|
windows = "py {}"
|
|
|
|
[dependencies]
|
|
unix = ["python3"]
|
|
windows = ["py"]
|