1
Fork 0
mirror of https://github.com/RGBCube/CSAssignments synced 2025-05-31 11:28:12 +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.

View file

@ -1,6 +1,6 @@
name = "Star Rating"
given-date = "30/10/2022"
main-file = "star_rating.c"
date = "30/10/2022"
main = "star_rating.c"
description = "A program that takes 21 reviews and calculates the average rating and prints some stars"
directions = """
1. Read in 21 user ratings for a movie.