/cs100-p4-schwifty

C Programming Project 4 of CS 100 Computer Science I For Majors course.

Primary LanguageCGNU General Public License v3.0GPL-3.0

Project 4: Schwifty

Description

This is C Programming Project 4 of a CS 100 Computer Science I For Majors course that I took. Mainly includes a practice for string manipulation and formatted output etc. in C.

Prerequisites

 C11

Building and Running

Compile with gcc:

gcc schwifty.c -o flipped

To execute:

./schwifty <input-file-name> <commands>

Project Requirements (from PDF)

proj

sample1

notes

Built With

  • CLion - A cross-platform IDE for C and C++

Authors

  • Siraj Qazi

License

This project is licensed under the GNU General Public License - see the LICENSE.md file for details

Acknowledgments