Skip to content

Commit

Permalink
Update Lab4.go
Browse files Browse the repository at this point in the history
  • Loading branch information
BaldinaDaria authored Dec 7, 2024
1 parent 1329e0f commit f531b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/Lab8/Lab4.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func taskBA(bB float64, xValues []float64) []float64 {
func RunLab8A() {
const filename = "input.txt"

values, err := readInputFile(filename)
values, err := readInputFileA(filename)
if err != nil {
fmt.Println("Ошибка при чтении файла:", err)
return
Expand Down

0 comments on commit f531b81

Please sign in to comment.