Skip to content

Commit

Permalink
lint fixed code lab 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kokter committed Nov 2, 2023
1 parent 3e8aa6d commit ff71a27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion golang/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ func main() {
var list_of_x [5]float64 = [5]float64{1.31, 1.39, 1.44, 1.56, 1.92}
for i := 0; i < 5; i++ {
fmt.Println("При x=", list_of_x[i], "y=", form(list_of_x[i]))

}
}

0 comments on commit ff71a27

Please sign in to comment.