package main

import "fmt"

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