2025-07-18 08:04:26 -09:00

16 lines
121 B
Markdown

# Hello world example
## Running the example
- repl:
```
clj -A:repl
```
- main:
```
clojure -M -m example.main
```