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.
C11
Compile with gcc:
gcc schwifty.c -o flipped
To execute:
./schwifty <input-file-name> <commands>
- CLion - A cross-platform IDE for C and C++
- Siraj Qazi
This project is licensed under the GNU General Public License - see the LICENSE.md file for details
- PurpleBooth for the simplistic README template.