Adding neat stuff

This commit is contained in:
raul 2024-01-14 11:28:20 +01:00
parent 787d2af491
commit 426a64ee9c
1 changed files with 4 additions and 0 deletions

4
1.go
View File

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