Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/miloas/ljudge-clj
- Owner: Miloas
- License: epl-1.0
- Created: 2015-08-10T12:06:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-17T17:57:30.000Z (over 9 years ago)
- Last Synced: 2023-03-02T18:32:51.542Z (over 1 year ago)
- Language: Clojure
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.