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