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