Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/riaf/deno_fizzbuzz


https://github.com/riaf/deno_fizzbuzz

Last synced: 1 day ago
JSON representation

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);
}
```