From e0c6aeaefc115850e74b3243d4c17b1e27f67d2c Mon Sep 17 00:00:00 2001 From: Joshua Sziede <jsziede@yahoo.com> Date: Mon, 19 Nov 2018 21:18:30 -0500 Subject: [PATCH] Update Programming_Standards.md --- documents/Programming_Standards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/Programming_Standards.md b/documents/Programming_Standards.md index 64eb8ea..b98de31 100644 --- a/documents/Programming_Standards.md +++ b/documents/Programming_Standards.md @@ -1,3 +1,3 @@ -##Programming Standards +## Programming Standards We will use the CMU C Style standards as presented in C_Coding_Standard.pdf, located within the documents directory. This is the programming standard adapted by Carnegie Mellon University to be used for the C programming language. -- GitLab