All Projects → mattn → Streeem

mattn / Streeem

Licence: mit
ごめんなさいごめんなさい

Programming Languages

go
31211 projects - #10 most used programming language

Streeeeeeeeeeeeeeeeeeeeeeeeeeeem

This is inspired by https://github.com/matz/streem

Synopsis

seq(100) | {|x|
 if x % 15 == 0 {
   "FizzBuzz"
 }
 else if x % 3 == 0 {
   "Fizz"
 }
 else if x % 5 == 0 {
   "Buzz"
 }
 else {
   x
 }
} | STDOUT

Note

ごめんなさいごめんなさい

How to compile

go build

License

ごめんなさいごめんなさい

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].