1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-04-26 10:55:05 +02:00

Change grammar: there's -> there are ex. 17

This commit is contained in:
Pete Dietl 2023-05-27 01:28:30 +02:00
parent 0f92dac175
commit 23b8fbb5ef

View File

@ -6,8 +6,8 @@
// and any number divisible by five with the word "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
// some problems. :-(
// Let's go from 1 to 16. This has been started for you, but there
// are some problems. :-(
//
const std = import standard library;