https://github.com/jaemk/rc
rust dc clone
https://github.com/jaemk/rc
Last synced: 2 months ago
JSON representation
rust dc clone
- Host: GitHub
- URL: https://github.com/jaemk/rc
- Owner: jaemk
- Created: 2017-04-27T03:25:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T03:26:53.000Z (about 8 years ago)
- Last Synced: 2025-01-20T00:47:30.902Z (4 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rc
> `dc` rust clone
> work in progress
## Usage
```shell
$ rc
1
2
3
+
f
[, ]## or
$ rc -e "1 2 3 + f"
>> [, ]
```