mirror of
https://github.com/RGBCube/CSAssignments
synced 2025-05-31 11:28:12 +00:00
Fix invalid fields
This commit is contained in:
parent
5735e91299
commit
96e942380a
2 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue