From 98cbacd78b0cb12fabe0ce20269ae91137475a8a Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Fri, 28 Feb 2020 13:18:00 -0500 Subject: [PATCH] Update as required by project description --- main.c | 7 +++++++ readme.md | 8 ++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index a2dfc2e..81b8d73 100644 --- a/main.c +++ b/main.c @@ -1,5 +1,12 @@ /** + * Date: 02-28-20 + * Class: CS 5541 + * Assignment: Cache Simulator + * Author: Brandon Rodriguez + * Email: bfp5870@wmich.edu * + * + * Simulates system use of a cache for data storage. */ diff --git a/readme.md b/readme.md index 54bcbba..bf76f33 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,12 @@ -# C - +# C - Cache Simulator -## Description +## Language +C + +## Description +A project to simulate system use of a cache for data storage. ## Running Program -- GitLab