index
:
oj.git
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
leetcode
/
2235
/
main.c
blob: 1910b3e30f8eaaf96e042a5489050603bcf32212 (
plain
) (
blame
)
1
2
3
int sum(int num1, int num2) { return num1 + num2; }