1 parent f727acc commit b41062eCopy full SHA for b41062e
1 file changed
internal/exercises/solutions/03_variables/variables.go
@@ -1,5 +1,6 @@
1
package variables
2
3
+// MakePerson returns two variables (name and age) initialized in function scope
4
func MakePerson() (string, int) {
5
// Use short variable declarations
6
name := "Gopher"
0 commit comments