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

https://github.com/akobashikawa/clojure-helloworld

Learning Clojure: Hello World
https://github.com/akobashikawa/clojure-helloworld

clojure

Last synced: 11 months ago
JSON representation

Learning Clojure: Hello World

Awesome Lists containing this project

README

          

# Clojure Hello World

"Hello World" in Clojure.

## Run

```sh
clj -M -m helloworld.core
```