Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 436 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 436 Bytes

Code Formatter


Purpose:

This tool built with C++ can be used to analyze a file written in C and detect common style errors.

Installation Guide

Usage Instructions

  1. Place a .c file in the code-formatter directory

  2. Run make in the terminal

  3. Run ./a.out <filename> in the terminal