mirror of
https://github.com/RGBCube/CSAssignments
synced 2025-06-17 19:42:09 +00:00
7 lines
167 B
TOML
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.
|
|
"""
|