An experiment in writing FizzBuzz in every language.
rake test
[1/7] ruby...OK
[2/7] javascript...OK
[3/7] javascript/from-npm...OK
[4/7] ocaml...OK
[5/7] ocaml/peano...OK
[6/7] j...OK
[7/7] factor...OK
rake test javascript
javascript...OK
Example: factor - https://factorcode.org
- Create a folder with the language name
- Write code in your language to print the first 100 numbers in FizzBuzz
- Add a Dockerfile which will execute your code
- Test your code with
rake test DIRECTORY_NAME
Example: javascript/from-npm
Wanna show off a new technique/framework/etc? Feel free to follow the same steps
above, in a separate folder under your language's directory.
rake test LANGUAGE/FEATURE
(i.e. rake test javascript/from-npm
) will still work.