package
0.0.0-20240711173700-6f3c0f60695d
Repository: https://github.com/udehlee/learn-daily.git
Documentation: pkg.go.dev

# README

overview

I learned how to read user input using bufio.Reader and use goroutines while building a runtime quiz using Go (an exercise on Gophercises). Currently, the quiz works without a timer, and I'm focusing on presenting questions and collecting user answers in the command line.