This is my very cool project! This program prints a welcome message, asks the user several questions, reads the responses from standard input, processes the input, and prints out a responses message.
This file automatically shows up when viewing the repository on GitHub. See more information here.
This file is a legally binding file that tells others how they can use your code. For example, if other people are allowed to share your source code with others (maybe via USB transfer, or selling your software). More information here.
NOTE: These instructions may NOT work.
OPTION A: Cloning from command line (with Git client):
$ git clone git@github.com:fox-archives/demo-cool-project
$ cd ./demo-cool-project
More information about this in GitHub Documentation: Cloning a repository
OPTION B: Cloning with GitHub Desktop
More information about this at GitHub Documentation: Cloning a repository from GitHub to GitHub Desktop.
After cloning the repository, execute the program:
OPTION A
gcc -o ./main main.cpp