https://github.com/akobashikawa/clojure-counter
Learning Clojure: Counter
https://github.com/akobashikawa/clojure-counter
clojure
Last synced: 14 days ago
JSON representation
Learning Clojure: Counter
- Host: GitHub
- URL: https://github.com/akobashikawa/clojure-counter
- Owner: akobashikawa
- Created: 2023-06-20T21:31:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T21:37:39.000Z (about 3 years ago)
- Last Synced: 2025-02-27T03:18:41.730Z (over 1 year ago)
- Topics: clojure
- Language: Clojure
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clojure Counter
"Counter" in Clojure.
## Run
```sh
clj -M -m counter.core
```