aboutsummaryrefslogtreecommitdiff
path: root/challenge-224/tyler-wardhaugh/clojure/README.md
blob: 1fc0d33f847f22f68ea268aee1f98456b96ac4b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# c224

The Weekly Challenge — #224 — Tyler Wardhaugh

## Usage

Clojure ([installation instructions](https://clojure.org/guides/getting_started#_clojure_installer_and_cli_tools)) required for `clojure` commands; Babashka ([installation instructions](https://github.com/babashka/babashka#quickstart)) required for the `bb` commands.

Run Task #1:

    $ clojure -M:t1 SOURCE TARGET
    # ... or ...
    $ bb run task-1 SOURCE TARGET

    # Alternatively, to run it via Babashka:
    $ bb run task-1-bb SOURCE TARGET

Run Task #2:

    $ clojure -M:t2 N
    # ... or ...
    $ bb run task-2 N

    # Alternatively, to run it via Babashka:
    $ bb run task-2-bb N

Run the project's tests (which are samples from the task descriptions):

    $ clojure -T:build test
    # ... or ...
    $ bb run test

View available tasks Babashka can run:

    $ bb tasks

## License

Copyright © 2023 Tyler Wardhaugh

Distributed under the Eclipse Public License version 1.0.