Skip to content

fox-archives/demo-cool-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cool Project

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.

About Files

README

This file automatically shows up when viewing the repository on GitHub. See more information here.

LICENSE

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.

How to use / Usage

NOTE: These instructions may NOT work.

Step 1: Cloning the repository

OPTION A: Cloning from command line (with Git client):

$ git clone [email protected]: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.

Step 2: Executing the program

After cloning the repository, execute the program:

OPTION A

gcc -o ./main main.cpp

About

This is my cool project.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages