From 0ba10342b0dcc697118a86449e9445666f5542af Mon Sep 17 00:00:00 2001 From: Joshua Sziede <jsziede@yahoo.com> Date: Mon, 19 Nov 2018 21:29:26 -0500 Subject: [PATCH] Update readme.md --- spikes/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spikes/readme.md b/spikes/readme.md index 79d656c..af29a8f 100644 --- a/spikes/readme.md +++ b/spikes/readme.md @@ -2,4 +2,4 @@ # C - Quadratic Solver > Spikes ## Description -Project spikes and code experiments go here. +This directory contains all the spikes we wrote to help us understand the tools and data we deemed necessary to complete the quadratic solver program. Within each subdirectory is a separate folder that contains one spike. Each spike is written in the C programming language, with the exception of the _make_ spike. -- GitLab