diff --git a/sources/c/example/assignment.toml b/sources/c/example/assignment.toml index 4f8f03f..1b2e0c6 100644 --- a/sources/c/example/assignment.toml +++ b/sources/c/example/assignment.toml @@ -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. diff --git a/sources/c/star rating/assignment.toml b/sources/c/star rating/assignment.toml index b99afb5..3bfe6f0 100644 --- a/sources/c/star rating/assignment.toml +++ b/sources/c/star rating/assignment.toml @@ -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.