๐ Hi, Iโm @btuffreau ! I'm a nerd, shhh don't tell my wife ๐
๐ I'm a big fan of tech, from infrastructure to dev with a taste for data engineering ๐ค but who knows what tomorrow will be made of?
My current contribution is ๐ถ , see sample below:
import (
"fmt"
"time"
"math/rand"
)
func main() {
var max int = 180
fmt.Println(variable)
for{
rand.Seed(time.Now().UnixNano())
n := rand.Intn(max)
fmt.Printf("Baby's falling asleep for %d minutes ...\n", n)
time.Sleep(time.Duration(n)*time.Second/10)
fmt.Println("Changing nappy!")
}
}
You'll find me on slack or here on github, don't hesitate to reach out!