Skip to content

A Deno app template, written in TypeScript, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.

License

Notifications You must be signed in to change notification settings

wmed/template-typescript-deno

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fizz Buzz Implementation

Question:
Write a program that prints the numbers from 1 to 100 and for multiples of ‘3’ print “Fizz” instead of the number and for the multiples of ‘5’ print “Buzz”.

Example Output:
1, 2, Fizz, 4, Buzz, Fizz, 7, 8, Fizz, Buzz, 11, Fizz, 13, 14, Fizz Buzz, 16, 17, Fizz, 19, Buzz, Fizz, 22, 23, Fizz, Buzz, 26, Fizz, 28, 29, Fizz Buzz, 31, 32, Fizz, 34, Buzz, Fizz, ...

About

A Deno app template, written in TypeScript, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%