Skip to content

Commit

Permalink
refactor: test branch rules
Browse files Browse the repository at this point in the history
  • Loading branch information
senaluisgf committed Aug 27, 2024
1 parent f9bc3f6 commit b4fa432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import "fmt"

func main() {
fmt.Println(Soma(10, 10))
fmt.Println(Soma(11, 10))
}

func Soma(a int, b int) int {
Expand Down

0 comments on commit b4fa432

Please sign in to comment.