Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saulosilva/playground_of_c_lang


https://github.com/saulosilva/playground_of_c_lang

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Playground do C++

Para executar qualquer classe primeiro precisa compilar com make

```
make hello_world
```

e para executar

```
./hello_world
```