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

7 lines
156 B
TOML

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