Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/miloas/ljudge-clj

A Clojure library bind ljudge
https://github.com/miloas/ljudge-clj

Last synced: 8 days ago
JSON representation

A Clojure library bind ljudge

Awesome Lists containing this project

README

        

# lrun

A Clojure library bind [ljudge](https://github.com/quark-zju/ljudge).

## Dependencies

[ljudge](https://github.com/quark-zju/ljudge)

## Usage

```clojure
;Example from ljudge github page.
(ljudge :max-cpu "1.0" :max-mem "32m" :user-code "a.c" :test-case-inputs ["1.in" "2.in"] :test-case-outputs ["1.out" "2.out"])
```

## License

MIT.