1
Fork 0
mirror of https://github.com/RGBCube/CSAssignments synced 2025-07-25 13:07:46 +00:00

Fix invalid fields

This commit is contained in:
RGBCube 2022-11-09 19:03:32 +03:00
parent 5735e91299
commit 96e942380a
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
name = "Example"
given-date = "3/11/2022"
main-file = "example.c"
date = "3/11/2022"
main = "example.c"
description = "This is an example entry for C"
directions = """
Print "Example" 10 times.