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.
- Host: GitHub
- URL: https://github.com/exonymos/programs
- Owner: Exonymos
- License: mit
- Created: 2023-03-12T12:23:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T13:17:58.000Z (about 1 year ago)
- Last Synced: 2025-05-13T13:45:23.057Z (about 1 year ago)
- Language: HTML
- Size: 158 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!