index
:
online_test/.git
master
Online quiz/exam taking application
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testapp
/
c_cpp_files
/
add.c
blob: c829971ab5c309f998f2bde9fa3054a8f8b947d9 (
plain
)
1
2
3
4
int add(int a,int b) { return a-b; }