Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lmuhammed/c-programmes-for-beginners

مرحبًا بكم C-Programmes-For-Beginners هذا المستودع هو مجموعة من أمثلة الشيفرة البسيطة التي أنشأتها أثناء رحلتي لتعلم لغة السي . Welcome to C-Programmes-For-Beginners ! This repository is a collection of simple code examples that I’ve created as I learn C.
https://github.com/lmuhammed/c-programmes-for-beginners

c cbp cprograming cprogramming cprogramming-basics cprogramming-language cprogramming-project cprograms cproject

Last synced: 5 days ago
JSON representation

مرحبًا بكم C-Programmes-For-Beginners هذا المستودع هو مجموعة من أمثلة الشيفرة البسيطة التي أنشأتها أثناء رحلتي لتعلم لغة السي . Welcome to C-Programmes-For-Beginners ! This repository is a collection of simple code examples that I’ve created as I learn C.

Awesome Lists containing this project

README

        


# C-Programmes For Beginners

## الوصف
هذا المستودع يحتوي على عينات من الشيفرة لمساعدتك في تعلم لغة سي . سواء كنت مبتدئًا أو تبحث عن تحسين مهاراتك، ستجد أمثلة مفيدة هنا.

## جدول المحتويات / Table of Contents
- [التثبيت ](#التثبيت)
- [الاستخدام ](#الاستخدام)
- [المساهمة ](#المساهمة)
- [الترخيص ](#الترخيص)

## التثبيت

- قم بتنزيل المُستودع

```bash
git clone Lmuhammed/C-Programmes-For-Beginners
```
-قم بالإنتقال الى مجلد المشروع

```bash
cd C-Programmes-For-Beginners
```

## الاستخدام

-قم بقتح المشروع بإستخدام محرر النصوص المٌفضل ،مثال :

```bash
codium .
```
إكتشف الملفات ونتمنى لك التوفيق في مسيرتك التعليمية 📚😊 .

## المساهمة
هذا المُستودع لايزال في مراحله اﻷولى ، مزال هناك الكثير من المفاهيم لتعلمها ، وسيتم أضافة نماذج أخرى لاحقا . إذا أدرت إضافة نموذج جديد أو تصحيح أي خطأ لا تتردد و نقدم لك الشكر مقدما على تحسين المُستودع.

## الترخيص
هذا المشروع مرخص بموجب رخصة غنو العمومية ن3 - راجع ملف `LICENSE` للحصول على التفاصيل.

### English Manual

Welcome to C-Programmes-For-Beginners ! This repository is a collection of simple code examples that I’ve created as I learn C. Designed specifically for beginners, these examples aim to make the process of learning C approachable and enjoyable.

#### Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

#### Installation

- Clone the repository

```bash
git clone Lmuhammed/C-Programmes-For-Beginners
```
-Navigate to the project directory

```bash
cd C-Programmes-For-Beginners
```

#### Usage

-Open the project using your favorite text editor, for example:

```bash
codium .
```

Explore the files and good luck with your learning journey 📚😊

#### Contributing

If you notice any issues or want to contribute to the development, feel free to report a bug or fork the repo and commit changes as PULL REQUEST

#### License

Distributed under the GPL3 License. See `LICENSE` for more information.