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

https://github.com/gedex/protohackers


https://github.com/gedex/protohackers

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

Solutions for protohackers.com
==============================

Solution for protohackers.com in various programming languages.

### Build binaries

Build binaris (only for compiled language) for the server.

```
make
```

### Run test

Test the server.

```
make test PROBLEM=0 SERVER=go SERVER_ARGS='127.0.0.1:9999'
```

where `PROBLEM` is protohackers.com problem number, `SERVER` is the
programming language the server is written with, and `SERVER_ARGS` is args to
run the server.

### Run the server

```
make run PROBLEM=0 SERVER=zig SERVER_ARGS='127.0.0.1:9999'
```