https://github.com/spacey-sooty/c-basics
https://github.com/spacey-sooty/c-basics
beginner c-language data-structures learning
Last synced: 3 months 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-30T06:30:58.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T10:46:48.169Z (5 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
## 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
```