package main
import "fmt"
func main() {
fmt.Println("Hello world!")
var costeFijo float64 = 15.0
fmt.Println(costeFijo)
}