package main

import "fmt"

func main() {
	earned := 100.0
	fmt.Println("v1.1.0")
	fmt.Printf("scorecard %.0f/100\n", earned)
}
