Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spacey-sooty/c-basics
https://github.com/spacey-sooty/c-basics
beginner c-language data-structures learning
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/spacey-sooty/c-basics
- Owner: spacey-sooty
- License: mit
- Created: 2023-07-10T12:20:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-30T06:30:58.000Z (over 1 year ago)
- Last Synced: 2024-11-02T12:28:00.908Z (3 months ago)
- Topics: beginner, c-language, data-structures, learning
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License
Awesome Lists containing this project
README
# Learning C
![Status Badge](https://github.com/spacey-sooty/C-Basics/actions/workflows/ci.yml/badge.svg)## Dependencies
- Zig## Setup
Run these commands to clone, compile and build this repository.
```sh
git clone https://github.com/spacey-sooty/C-Basics.git
cd C-Basics
chmod +x build
./build
./a.out
```
or on Windows
```ps1
git clone https://github.com/spacey-sooty/C-Basics.git
cd C-Basics
./build
./a.out
```