Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brunurd/c-studies

Just a couple of c programming language studies.
https://github.com/brunurd/c-studies

Last synced: 13 days ago
JSON representation

Just a couple of c programming language studies.

Awesome Lists containing this project

README

        

# C Studies
Just a couple of c programming language studies.

## Prerequesites
- cmake
- make
- gcc

## Usage
There is a `Makefile` in the project root with all the basic commands of the project.

### 1. Build
To build just call:
```bash
make build
```

### 2. Run
To run the application call:
```bash
make run
```

### 3. Test
To run all the tests call:
```bash
make test
```