mirror of
https://github.com/RGBCube/CSAssignments
synced 2025-07-25 13:07:46 +00:00
Oops
This commit is contained in:
parent
df3ebcd560
commit
57f4be66d2
20 changed files with 322 additions and 1681 deletions
|
@ -1,9 +1,7 @@
|
|||
name = "example"
|
||||
given-date = "3/11/2022"
|
||||
main-file = "example.py"
|
||||
description = "This is an example entry for CPython"
|
||||
directions = """
|
||||
Print "Example" 10 times.
|
||||
"""
|
||||
|
||||
[compile]
|
||||
main-file = "example.py"
|
||||
|
|
|
@ -2,13 +2,13 @@ name = "CPython"
|
|||
description = "Python is a high-level, general-purpose programming language"
|
||||
|
||||
[colors]
|
||||
foreground = 0xfed140
|
||||
background = 0x3670a0
|
||||
foreground = "fed140"
|
||||
background = "3670a0"
|
||||
|
||||
[run]
|
||||
linux = "python3 {main-file}"
|
||||
windows = "py {main-file}"
|
||||
unix = "python3 {}"
|
||||
windows = "py {}"
|
||||
|
||||
[dependencies]
|
||||
linux = ["python3"]
|
||||
unix = ["python3"]
|
||||
windows = ["py"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue