Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```