Neumont Coding Club
Home
Challenges
Sum Two Numbers
Difficulty: Easy
Return the sum of two integers.
Example
Input:
(2, 3)
Output:
5
Your Solution
Python 3
JavaScript
Java
C++
C
Rust
Go
TypeScript
Run Code
Output