1
Fork 0
mirror of https://github.com/RGBCube/CSAssignments synced 2025-06-15 02:22:08 +00:00
CSAssignments/sources/cpython/example/assignment.toml
2022-11-04 16:44:37 +03:00

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"