mirror of
https://github.com/RGBCube/CSAssignments
synced 2025-06-15 02:22:08 +00:00
9 lines
178 B
TOML
9 lines
178 B
TOML
name = "example"
|
|
given-date = "3/11/2022"
|
|
description = "This is an example entry for CPython"
|
|
directions = """
|
|
Print "Example" 10 times.
|
|
"""
|
|
|
|
[compile]
|
|
main-file = "example.py"
|