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

https://github.com/codegram01/hello-c

Simple example code in C for learning
https://github.com/codegram01/hello-c

Last synced: about 1 year ago
JSON representation

Simple example code in C for learning

Awesome Lists containing this project

README

          

# Hello C

Simple example code in C for learning.

## Feature

- Organize sources code
- Simple build and run
- Test, unit test

## Command

All magic in Makefile, read it

### Build:

```sh
make
```

### Run:

```sh
make run
```

### Unit Test:

```sh
make [path file test]
```

Ex:

```sh
make person/person_test
```

### Clean

Clean Build

```sh
make clean
```

### Beauty code

```sh
make lint
```

## Contribue
- fork, update, merge, open issue is happy
- [Subscribe my Youtube](https://www.youtube.com/@WingramOrg)