Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 289 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 289 Bytes

{project}

Executing the program can either be done via

clj -M -m main :arg1 :arg2

or by compiling a jar via

clj -T:build clean
clj -T:build jar

and executing it via

java -jar target/lib-0.1.4.jar :arg1 :arg2

Testing

clj -X:test

License