pushing through lazygit

This commit is contained in:
2026-09-08 01:38:39 -04:00
parent 8a6d0f9113
commit 24f546c2d5
3 changed files with 14 additions and 2 deletions
-2
View File
@@ -6,7 +6,6 @@ import (
)
func main() {
var sum float64
var n int
@@ -27,5 +26,4 @@ func main() {
}
average := sum / float64(n)
fmt.Println("The average of the total numbers is:", average)
}