An open API service indexing awesome lists of open source software.

https://github.com/mattn/streeem

ごめんなさいごめんなさい
https://github.com/mattn/streeem

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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

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