Skip to content

Commit

Permalink
Update lab7.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dusyaT authored Dec 18, 2024
1 parent e701ab9 commit 53e7995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/labs/lab7/lab7.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "fmt"

func Start7lab() {
product1 := &Clothes{Name: "Шорты", Price: 1000, Size: "S", Color: "White"}
product1.make_sale(500)
product1.make_sale(100)
product2 := &Vegetables{Name: "Перец", Weight: 100, Price: 100}
product2.make_sale(50)
product3 := &Book{Name: "Алиса в стране чудес", Format: "бумажный", Price: 450}
Expand Down

0 comments on commit 53e7995

Please sign in to comment.