https://github.com/akiacode/done
https://github.com/akiacode/done
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akiacode/done
- Owner: AkiaCode
- License: mit
- Created: 2021-03-22T07:29:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-22T23:43:31.000Z (about 4 years ago)
- Last Synced: 2025-01-22T06:13:50.210Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# done
* [Spec](./spec.md)
```javascript
let deno = "deno".split('').shift() + "one";
console.println(deno)
```