{"id":23773022,"url":"https://github.com/hhandoo/learn_programming","last_synced_at":"2026-05-04T21:40:03.714Z","repository":{"id":269226989,"uuid":"906781426","full_name":"hhandoo/learn_programming","owner":"hhandoo","description":" Learn Programming is an open-source repository offering beginner-friendly tutorials and examples to help you get started with programming.","archived":false,"fork":false,"pushed_at":"2025-02-20T09:40:57.000Z","size":4785,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-20T10:33:33.584Z","etag":null,"topics":["c","cpp"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hhandoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-21T22:11:22.000Z","updated_at":"2025-02-20T09:41:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"3fdb50ad-28f8-485c-9baa-e87cae235723","html_url":"https://github.com/hhandoo/learn_programming","commit_stats":null,"previous_names":["hhandoo/learn_programming"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhandoo%2Flearn_programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhandoo%2Flearn_programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhandoo%2Flearn_programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhandoo%2Flearn_programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hhandoo","download_url":"https://codeload.github.com/hhandoo/learn_programming/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239958308,"owners_count":19724926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","cpp"],"created_at":"2025-01-01T05:22:02.434Z","updated_at":"2026-05-04T21:40:03.708Z","avatar_url":"https://github.com/hhandoo.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learn Programming\n\nWelcome to the **Learn Programming** repository! I made this repo to get started with programming concepts and practices. It provides simple and effective examples for beginners, focusing on C++ as a starting point.\n## Table of Contents\n\n- [Introduction](#introduction)\n- [How to Compile Code](#how-to-compile-code)\n  - [C++ Code Example](#code-example)\n  - [Compiling the Code](#compiling-the-code)\n  - [Running the Compiled Program](#running-the-compiled-program)\n- [Topics Covered](#topics-covered)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction\n\nThis repository contains examples of basic programming techniques to help you understand how to write, compile, and execute your code. We'll focus on C++ as a starting point but aim to expand to other languages in the future.\n\nBy following the examples, you'll learn how to:\n\n- Write simple programs\n- Compile and execute your code\n- Get comfortable with the development environment\n\n## How to Compile Code\n\n### Code Example\n\nHere’s a basic **C++** program that prints \"Hello, World!\" to the console:\n\n```cpp\n#include \u003ciostream\u003e\nusing namespace std;\n\nint main() {\n    cout \u003c\u003c \"Hello, World!\" \u003c\u003c endl;\n    return 0;\n}\n```\n\n### Compiling the Code\n\nTo compile the C++ code, open your terminal, navigate to the directory where the file is saved, and run the following command:\n\n```bash\ng++ hello.cpp -o hello\n```\n\nThis will compile the hello.cpp file and produce an executable file named hello.\n\n### Running the Compiled Program\n\nOnce the code is compiled successfully, you can run the program by using the following command in the terminal:\n\n```bash\n./hello\n```\n\nThis will execute the program and you should see the output:\n\n```\nHello, World!\n```\n\n## Topics Covered\n\n- 1. C and C++ Concepts\n- 2. Introduction to Data Structures\n- 3. Recursion\n\n## Contributing\n\nI welcome contributions to this repository! If you have suggestions for improving the examples or adding new programming languages, feel free to fork the repository and submit a pull request.\n\nTo contribute:\n\n1. Fork this repository\n2. Create a new branch for your changes\n3. Submit a pull request with a clear description of the changes\n\n## License\n\nThis project is open-source and available under the MIT License.\nhttps://datalemur.com/blog/advanced-sql-interview-questions","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhhandoo%2Flearn_programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhhandoo%2Flearn_programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhhandoo%2Flearn_programming/lists"}