@ -4,4 +4,8 @@ import "fmt"
func main() {
fmt.Println("Hello world!")
var costeFijo float64 = 15.0
fmt.Println(costeFijo)
}