# CPP 5780 - Ariel

```cpp
#include <iostream>

int main() {
    std::cout << "Hello Class!" << std::endl;
    return 0;
}
```

## By Nissan Goldberg&#x20;

#### In collaboration with Evgeny Neiterman&#x20;

### Special thanks to **Dr. Erel Segel HaLevi** for his contributions and code

My databases gitbook can be found [here ](https://app.gitbook.com/@nissan-goldberg/s/databases/)

## If you find any mistake please submit them [here](https://docs.google.com/spreadsheets/d/1G-5IEBaoo7dJiokXQaSpN3yJBPKGz6hsjaXV8s6MLmc/edit?usp=sharing)
