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

https://github.com/tuprolog/2pkt-java-example


https://github.com/tuprolog/2pkt-java-example

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## 2P-Kt on Java example

### How to reproduce

On Windows:
```bash
.\gradlew run # optionally: -Pfile=/path/to/theory/file
```

On Linux or MacOS:
```bash
./gradlew run # optionally: -Pfile=/path/to/theory/file
```