-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Entry Challenge V1 #1
Comments
sum(10, -5) |
addition(int a, int b){ |
function addition(a,b){ |
sum(int a, int b){ |
Add ( num 1, num2) |
using System; namespace check1
} |
Entry Challenge V1
Create a function that takes two numbers as arguments and
return
their sum.For example
The text was updated successfully, but these errors were encountered: