1
Fork 0
mirror of https://github.com/RGBCube/CSAssignments synced 2025-07-24 20:47:43 +00:00
CSAssignments/sources/cpython/language.toml
2022-11-05 22:00:04 +03:00

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"]