integers: add doc for Add function
This commit is contained in:
		| @ -1,5 +1,6 @@ | ||||
| package integers | ||||
|  | ||||
| // Add takes two integers and returns the sum of them | ||||
| func Add(x, y int) int { | ||||
| 	return x + y | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user