๐จFunctions WorkshopWORKSHOP
1
2
3
4
Step 1
Write a function `add(a, b int) int` that returns the sum of two integers. Call it in main and print the result.
โ Enter (Mac) ยท Ctrl+Enter (Win/Linux)
Step 1
Write a function `add(a, b int) int` that returns the sum of two integers. Call it in main and print the result.