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

https://github.com/brcontainer/exemplo-c-compilar-heardes-para-stackoverflow


https://github.com/brcontainer/exemplo-c-compilar-heardes-para-stackoverflow

c gcc

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

Pra compilar navegue até a pasta:

```
cd c:\pasta\aonde\extrai\o\upload\projeto
```

depois execute o comando:

```
gcc libs/minhalib.h libs/minhalib.c main.c -o teste.exe
```

E no terminal digite:

```
teste.exe
```