1
Fork 0
mirror of https://github.com/RGBCube/CSAssignments synced 2025-06-08 15:12:09 +00:00
CSAssignments/sources/c/example/assignment.toml
2022-11-09 19:03:32 +03:00

8 lines
150 B
TOML

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