An open API service indexing awesome lists of open source software.

https://github.com/exonymos/programs

All my programs including C, Python, C++, etc.
https://github.com/exonymos/programs

Last synced: about 2 months ago
JSON representation

All my programs including C, Python, C++, etc.

Awesome Lists containing this project

README

          

# My Programming Languages Code Repo

Welcome to my programming language code repository! This repository contains all the code I've written in various programming languages, including C, Python, C++, and more.

### What's in the Repository?

In this repository, you will find code files which I have written in different programming languages. Each language has its own folder, which contains all the relevant code files.

### Languages

- [C](https://github.com/Exonymos/Programs/tree/main/C%20Programs "C")
- [C++](https://github.com/Exonymos/Programs/tree/main/C%2B%2B%20Programs "C++")
- [Go](https://github.com/Exonymos/Programs/tree/main/Go%20Programs "Go")
- [HTML](https://github.com/Exonymos/Programs/tree/main/HTML%20Programs "HTML")
- [Java](https://github.com/Exonymos/Programs/tree/main/JAVA%20Programs "Java")
- [Python](https://github.com/Exonymos/Programs/tree/main/Python%20Programs "Python")

### How to Use the Repository

To use the repository, simply clone it to your local machine using the following command:

```bash
git clone https://github.com/Exonymos/Programs.git
```

Once you have the repository on your local machine, you can navigate to the relevant language folder and access the code files.

### Contributing

If you'd like to contribute to this repository, feel free to fork the repository and create a pull request with your changes.

### Contact

If you have any questions or comments about the code in this repository, please feel free to contact me. I'm always happy to hear from other developers and to discuss code-related topics.

> "Programming is not about what you know; its about what you can figure out." - Chris Pine

Happy coding!