๐Ÿ”จ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)