1
Fork 0
mirror of https://github.com/RGBCube/CSAssignments synced 2025-06-17 19:42:09 +00:00
CSAssignments/sources/cpython/example/assignment.toml
2022-11-05 20:08:37 +03:00

7 lines
167 B
TOML

name = "example"
given-date = "3/11/2022"
main-file = "example.py"
description = "This is an example entry for CPython"
directions = """
Print "Example" 10 times.
"""