Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riaf/deno_fizzbuzz
https://github.com/riaf/deno_fizzbuzz
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/riaf/deno_fizzbuzz
- Owner: riaf
- License: mit
- Created: 2022-10-30T10:04:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T10:27:08.000Z (about 2 years ago)
- Last Synced: 2024-11-22T00:36:06.222Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://deno.land/x/fizzbuzz
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deno_fizzbuzz
```
import { fizzbuzz } from "https://deno.land/x/[email protected]/mod.ts"for (const str of fizzbuzz(100)) {
console.log(str);
}
```