Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dpronin/beautiful-number


https://github.com/dpronin/beautiful-number

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Configuring and building

## Release

```bash
mkdir -p release
rm -rf release/*
cd release
cmake ../ -DCMAKE_BUILD_TYPE=Release
cmake --build . --verbose -j$(nproc)
```

## Debug

```bash
mkdir -p debug
rm -rf debug/*
cd debug
cmake ../ -DCMAKE_BUILD_TYPE=Debug
cmake --build . --verbose -j$(nproc)
```

# Running

```bash
$ ./task
```

To meet the requirements of the task

```bash
$ ./task 13 13
```