mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
Change grammar: there's -> there are ex. 17
This commit is contained in:
parent
1482b82500
commit
edcf904ca2
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue