Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gustavooly/agenda

Adicione, remova e exiba sua lista de contatos via terminal.
https://github.com/gustavooly/agenda

cpp

Last synced: 3 days ago
JSON representation

Adicione, remova e exiba sua lista de contatos via terminal.

Awesome Lists containing this project

README

        

## Dependências

- make
- g++

## Como usar

1. Compile o programa:
```shell
make
```

2. Execute o programa:
```shell
make run
```

3. Exclua o executável
```shell
make clean
```