Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bregman-arie/devops-exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
abregman committed Oct 10, 2021
2 parents b245c2a + 2f09ffb commit 6e9ac1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10357,7 +10357,7 @@ func mod2(a []int) {
}
func main() {
sl := []int{1, 2, 3, 4}
s1 := []int{1, 2, 3, 4}
mod1(s1)
fmt.Println("1:", s1)
Expand Down

0 comments on commit 6e9ac1a

Please sign in to comment.