Merge pull request #312 from pdietl/pdietl/fix_grammar

Change grammar: there's -> there are ex. 17
pull/2/head
Chris Boesch 1 year ago committed by GitHub
commit b84a2f5c69

@ -6,8 +6,8 @@
// and any number divisible by five with the word "buzz". // and any number divisible by five with the word "buzz".
// - From https://en.wikipedia.org/wiki/Fizz_buzz // - From https://en.wikipedia.org/wiki/Fizz_buzz
// //
// Let's go from 1 to 16. This has been started for you, but there's // Let's go from 1 to 16. This has been started for you, but there
// some problems. :-( // are some problems. :-(
// //
const std = import standard library; const std = import standard library;

Loading…
Cancel
Save