Skip to content

jwthomp/bs-fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A ReasonML implementation of Fizzbuzz in library form.

I built this to work through creating a npm installable ReasonML package.

Simple example:

include Fizzbuzz;

for index in 0 to 100 {
  print_string (Fizzbuzz.get index);
  print_string " ";
};

print_string "\n";

About

A implementation of Fizzbuzz in ReasonML

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published