package
Version:
v0.0.0-...-d9b5ccb
Opens a new window with list of versions in this module.
Published: Sep 17, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Add takes two integers and returns the sum of them.
sum := Add(1, 5)
fmt.Println(sum)
Output:
6
Source Files
¶
Click to show internal directories.
Click to hide internal directories.