mirror of
https://github.com/RGBCube/CSAssignments
synced 2025-06-19 04:22:10 +00:00
9 lines
171 B
TOML
9 lines
171 B
TOML
name = "example"
|
|
given-date = "3/11/2022"
|
|
description = "This is an example entry for C"
|
|
directions = """
|
|
Print "Example" 10 times.
|
|
"""
|
|
|
|
[compile]
|
|
main-file = "example.c"
|