HTMLify
Home
Log in
Register
Dashboard
Frames
API
Q2235_Add_Two_Integers.cs
Views: 255 | Author:
djdj
public
class
Solution
{
public
int
Sum
(
int
num1
,
int
num2
)
{
return
num1
+
num2
;
}
}
Run >
Plaintext
Share this file:
Copy
Short Link
View Raw
Download File
(101 B)
Embed Code
Clone
Comments
Comment