https://github.com/eggy115/c
C
https://github.com/eggy115/c
c c-examples c-lang c-language c-programming c-script eggy115 eggy115-always-win-and-never-lose gcc
Last synced: about 2 months ago
JSON representation
C
- Host: GitHub
- URL: https://github.com/eggy115/c
- Owner: Eggy115
- License: gpl-3.0
- Created: 2023-03-26T15:43:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T16:08:22.000Z (about 2 years ago)
- Last Synced: 2024-12-20T15:15:35.335Z (6 months ago)
- Topics: c, c-examples, c-lang, c-language, c-programming, c-script, eggy115, eggy115-always-win-and-never-lose, gcc
- Language: C
- Homepage: https://github.com/Eggy115/C
- Size: 3.82 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change.c
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# C
This repository contains a collection of C programs.
## Table of Contents
- [Introduction](#introduction)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Introduction
The C Repository contains a variety of C programs that can be used for educational or practical purposes. These programs cover a range of topics, including data structures, algorithms, networking, and more (not yet, but they will).
## Installation
To use any of the programs in this repository, you will need a C compiler installed on your system. You can download the GNU C Compiler (GCC) from the official website: https://gcc.gnu.org/. Once you have installed a C compiler, you can clone the repository, download scripts individually or even just copy and paste the code.
## Usage
Each program in this repository is self-contained and can be compiled and run independently. Simply navigate to the directory containing the program you want to use and use the following command to compile it:
```shell
gcc program_name.c -o program_name
```Once the program is compiled, you can run it with the following command:
```shell
./program_name
```## Contributing
Contributions to this repository are welcome! If you have a C program that you would like to add, please submit a pull request. See [CONTRIBUTING](./CONTRIBUTING.md) for more detail. All contributions must be licensed under the GPL-3.0 license.
## License
All programs in this repository are licensed under the GPL-3.0 license. Please see the [LICENSE](./LICENSE) file for more information.