riaf / deno_fizzbuzz

Home Page:https://deno.land/x/fizzbuzz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deno_fizzbuzz

import { fizzbuzz } from "https://deno.land/x/fizzbuzz@1.0.0/mod.ts"

for (const str of fizzbuzz(100)) {
  console.log(str);
}

About

https://deno.land/x/fizzbuzz

License:MIT License


Languages

Language:TypeScript 50.6%Language:Dockerfile 49.4%