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

https://github.com/wx257osn2/cxx_adc2020_sal_wrapper

C++ Advent Calendar 2020 -- C++ Quiz: Workarounds
https://github.com/wx257osn2/cxx_adc2020_sal_wrapper

Last synced: 3 months ago
JSON representation

C++ Advent Calendar 2020 -- C++ Quiz: Workarounds

Awesome Lists containing this project

README

        

# sal_wrapper

## Prerequisites

- C++20-supporting g++
- You can use C++17-supporting g++ if you use `make SALW_CXX_VERSION:=c++17` instead of `make`

## Usage

```console
$ # write your code into sal_wrapper.hpp
$ make
```