diff --git a/documents/Programming_Standards b/documents/Programming_Standards deleted file mode 100644 index 9c874b1a4e9cb1e7ccc8438bedc2b3869fafc4f8..0000000000000000000000000000000000000000 --- a/documents/Programming_Standards +++ /dev/null @@ -1,4 +0,0 @@ - -Programming Standards - -We will use the CMU C Style standards. diff --git a/documents/Programming_Standards.md b/documents/Programming_Standards.md new file mode 100644 index 0000000000000000000000000000000000000000..64eb8ea2eb935c48f92f3e98523c272f2838c0bc --- /dev/null +++ b/documents/Programming_Standards.md @@ -0,0 +1,3 @@ +##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.