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

https://github.com/yosh1/cpp-practice

This is the competition programming practice repository
https://github.com/yosh1/cpp-practice

competition-programming-practice cpp cpp-competition-programming

Last synced: 27 days ago
JSON representation

This is the competition programming practice repository

Awesome Lists containing this project

README

          

# cpp-practice
This is the competition programming practice repository .

## How to run ?

```
$ g++ -o {file_name} {file_name}.cpp
// compile

$ ./{file_name}
// run
```