Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gustavooly/agenda
- Owner: GustavoOly
- Created: 2024-08-21T16:33:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T17:40:39.000Z (5 months ago)
- Last Synced: 2024-11-08T20:41:50.623Z (about 2 months ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```