example multiply total
This commit is contained in:
parent
e60256bcc4
commit
9f03e0a62e
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -21,4 +21,5 @@ func main() {
|
|||
// functions.Addition(2,6)
|
||||
var total = functions.Addition(3,8)
|
||||
fmt.Println(total)
|
||||
fmt.Println(total * 10)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue