Write a program that reads two integers, adds them up, and prints the result.
Input/Output
Adding numbers
Report a typo
Sample Input 1:
-10 10Sample Output 1:
0Write a program in Go
package main
import "fmt"
func main() {
// Write your code here
}
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.