Beginner~4h
Build a command-line quiz in Go
Build a command-line quiz in Go: define questions with structs, read answers from stdin with bufio.Scanner, then score them and print the result.
- CLI
- functions
- error-handling
- slices
Put your skills into practice with complete Go projects: goals, steps, acceptance criteria and tests.
Build a command-line quiz in Go: define questions with structs, read answers from stdin with bufio.Scanner, then score them and print the result.
Build a task manager CLI in Go: add, list, complete and remove tasks, persisting them to a JSON file with a Task struct and encoding/json.