From 96e942380aa9f410a408ac4110c06baa5beece57 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 9 Nov 2022 19:03:32 +0300 Subject: [PATCH] Fix invalid fields --- sources/c/example/assignment.toml | 4 ++-- sources/c/star rating/assignment.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.